mirror of
https://github.com/gradle/actions.git
synced 2026-01-25 17:26:10 +08:00
Move workflow samples under .github
This commit is contained in:
10
.github/workflows/samples/no-wrapper-gradle-4/build.gradle
vendored
Normal file
10
.github/workflows/samples/no-wrapper-gradle-4/build.gradle
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
plugins {
|
||||
id "com.gradle.build-scan" version "1.16"
|
||||
}
|
||||
|
||||
buildScan {
|
||||
termsOfServiceUrl = "https://gradle.com/terms-of-service"
|
||||
termsOfServiceAgree = "yes"
|
||||
publishAlways()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user