File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // version: 1723428048
1+ // version: 1725973221
22/*
33 * DO NOT CHANGE THIS FILE!
44 * Also, you may replace this file at any time if there is an update available.
Original file line number Diff line number Diff line change @@ -20,11 +20,22 @@ plugins {
2020 id ' com.diffplug.blowdryerSetup' version ' 1.7.0'
2121 // Automatic toolchain provisioning
2222 id ' org.gradle.toolchains.foojay-resolver-convention' version ' 0.7.0'
23+ id ' com.gradle.enterprise' version ' 3.18.1'
24+ }
25+
26+ gradleEnterprise {
27+ if (System . getenv(" CI" ) != null ) {
28+ buildScan {
29+ publishAlways()
30+ termsOfServiceUrl = " https://gradle.com/terms-of-service"
31+ termsOfServiceAgree = " yes"
32+ }
33+ }
2334}
2435
2536blowdryerSetup {
2637 repoSubfolder ' spotless'
27- github ' GTModpackTeam/Buildscripts' , ' tag' , ' v1 .0.0 '
38+ github ' GTModpackTeam/Buildscripts' , ' tag' , ' 1 .0.1 '
2839}
2940
3041rootProject. name = rootProject. projectDir. getName()
You can’t perform that action at this time.
0 commit comments