Skip to content

Commit 9c1d795

Browse files
committed
Update Gradle plugins
Gradle Galaxy: 1.1.2 -> 1.1.3 Shadow: 8.1.1 -> 8.1.7
1 parent 055cda1 commit 9c1d795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import xyz.srnyx.gradlegalaxy.utility.setupPublishing
66

77
plugins {
88
java
9-
id("xyz.srnyx.gradle-galaxy") version "1.1.2"
10-
id("com.github.johnrengelman.shadow") version "8.1.1"
9+
id("xyz.srnyx.gradle-galaxy") version "1.1.3"
10+
id("io.github.goooler.shadow") version "8.1.7"
1111
}
1212

1313
repositories.mavenCentral()

0 commit comments

Comments
 (0)