mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] Update to develocity plugin (#8242)
Gradle enterprise plugin has been replaced by develocity.
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -39,11 +39,11 @@ allprojects {
|
||||
}
|
||||
}
|
||||
|
||||
buildScan {
|
||||
termsOfServiceUrl = 'https://gradle.com/terms-of-service'
|
||||
termsOfServiceAgree = 'yes'
|
||||
|
||||
publishAlways()
|
||||
develocity {
|
||||
buildScan {
|
||||
termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
|
||||
termsOfUseAgree = "yes"
|
||||
}
|
||||
}
|
||||
|
||||
import com.github.spotbugs.snom.Effort
|
||||
|
||||
Reference in New Issue
Block a user