mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-05-05 06:08:34 +02:00
Move workflow samples under .github
This commit is contained in:
parent
01def677bf
commit
aabb2db775
55 changed files with 402 additions and 402 deletions
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()
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue