We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ae138 commit 5e64effCopy full SHA for 5e64eff
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
id("com.gradleup.shadow") version "8.3.3"
11
}
12
13
-setupJava("xyz.srnyx", "1.1.0", "General Java utility library for srnyx's projects", JavaVersion.VERSION_1_8)
+setupJava("xyz.srnyx", "2.0.0", "General Java utility library for srnyx's projects", JavaVersion.VERSION_1_8)
14
15
repositories.mavenCentral()
16
dependencies {
0 commit comments