Skip to content

Commit 059b268

Browse files
committed
Update Buildscripts
1 parent 1e78a41 commit 059b268

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.

settings.gradle

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2536
blowdryerSetup {
2637
repoSubfolder 'spotless'
27-
github 'GTModpackTeam/Buildscripts', 'tag', 'v1.0.0'
38+
github 'GTModpackTeam/Buildscripts', 'tag', '1.0.1'
2839
}
2940

3041
rootProject.name = rootProject.projectDir.getName()

0 commit comments

Comments
 (0)