mirror of
https://github.com/gradle/actions.git
synced 2026-08-22 05:42:51 +00:00
Test execution with older Gradle versions
This commit is contained in:
@@ -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