Skip to content

Commit fcb5890

Browse files
committed
[ANY] Update proguard to 7.8, update gradle
1 parent 0816fae commit fcb5890

5 files changed

Lines changed: 22 additions & 7 deletions

File tree

components/launchserver/build.gradle.kts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,25 @@ distributions {
121121

122122
tasks.distZip {
123123
dependsOn(project(":components:serverwrapper").tasks["fatJar"],
124+
project(":components:serverwrapper").tasks["shadowJar"],
125+
project(":components:serverwrapper").tasks["inlineJar"],
126+
project(":components:launcher-runtime").tasks["copyLauncherLibs"],
127+
project(":modules").tasks["copyModules"],
128+
copyProguardLibs)
129+
}
130+
131+
tasks.distTar {
132+
dependsOn(project(":components:serverwrapper").tasks["fatJar"],
133+
project(":components:serverwrapper").tasks["shadowJar"],
134+
project(":components:serverwrapper").tasks["inlineJar"],
135+
project(":components:launcher-runtime").tasks["copyLauncherLibs"],
136+
project(":modules").tasks["copyModules"],
137+
copyProguardLibs)
138+
}
139+
140+
tasks.installDist {
141+
dependsOn(project(":components:serverwrapper").tasks["fatJar"],
142+
project(":components:serverwrapper").tasks["shadowJar"],
124143
project(":components:serverwrapper").tasks["inlineJar"],
125144
project(":components:launcher-runtime").tasks["copyLauncherLibs"],
126145
project(":modules").tasks["copyModules"],

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bouncycastle = "1.81"
1111
jjwt = "0.13.0"
1212
progressbar = "0.10.1"
1313
asm = "9.8"
14-
proguard = "7.7.0"
14+
proguard = "7.8.0"
1515
# Database libraries
1616
hikari = "3.3.0"
1717
postgresql = "42.7.7"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)