Skip to content

Commit e5bab45

Browse files
authored
Update version to 3.0.0
1 parent 730ba5e commit e5bab45

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

build.gradle.kts

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414

1515
setupJava(JavaSetupConfig(
1616
group = "xyz.srnyx",
17-
version = "2.0.0",
17+
version = "3.0.0",
1818
description = "General Java utility library for srnyx's projects",
1919
javaVersion = JavaVersion.VERSION_1_8))
2020

@@ -24,9 +24,8 @@ dependencies {
2424
compileOnly("com.google.code.gson:gson:2.3.1") // Use this specific version for Spigot
2525
}
2626

27-
setupPublishingEnv(
28-
publishingSimpleConfig(
29-
artifactId = "java-utilities",
30-
url = "https://java-utilities.srnyx.com",
31-
licenses = listOf(LicenseData.MIT),
32-
developers = listOf(DeveloperData.srnyx)))
27+
setupPublishingEnv(publishingSimpleConfig(
28+
artifactId = "java-utilities",
29+
url = "https://java-utilities.srnyx.com",
30+
licenses = listOf(LicenseData.MIT),
31+
developers = listOf(DeveloperData.srnyx)))

0 commit comments

Comments
 (0)