mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Move workflow samples under .github
This commit is contained in:
12
.github/workflows/samples/no-wrapper-gradle-5/build.gradle
vendored
Normal file
12
.github/workflows/samples/no-wrapper-gradle-5/build.gradle
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
plugins {
|
||||
id("com.gradle.build-scan") version("3.7")
|
||||
}
|
||||
|
||||
gradleEnterprise {
|
||||
buildScan {
|
||||
termsOfServiceUrl = "https://gradle.com/terms-of-service"
|
||||
termsOfServiceAgree = "yes"
|
||||
publishAlways()
|
||||
uploadInBackground = false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user