Skip to content

Commit 920e041

Browse files
committed
Bump version (1.1.0)
1 parent 8d23817 commit 920e041

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

build.gradle.kts

+6-5
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@ import xyz.srnyx.gradlegalaxy.utility.setupPublishing
66

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

13+
setupJava("xyz.srnyx", "1.1.0", "General Java utility library for srnyx's projects", JavaVersion.VERSION_1_8)
14+
1315
repositories.mavenCentral()
1416
dependencies {
15-
compileOnly("org.jetbrains:annotations:24.0.1")
16-
compileOnly("com.google.code.gson:gson:2.3.1")
17+
compileOnly("org.jetbrains", "annotations", "24.1.0")
18+
compileOnly("com.google.code.gson", "gson", "2.3.1") // Use this specific version for Spigot
1719
}
1820

19-
setupJava("xyz.srnyx", "1.0.0", "General Java utility library for srnyx's projects", JavaVersion.VERSION_1_8)
2021
setupPublishing(
2122
artifactId = "java-utilities",
2223
url = "https://java-utilities.srnyx.com",

0 commit comments

Comments
 (0)