Skip to content

Commit

Permalink
Bump version (1.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
srnyx committed Jun 27, 2024
1 parent 8d23817 commit 920e041
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ import xyz.srnyx.gradlegalaxy.utility.setupPublishing

plugins {
java
id("xyz.srnyx.gradle-galaxy") version "1.1.3"
id("io.github.goooler.shadow") version "8.1.7"
id("xyz.srnyx.gradle-galaxy") version "1.2.2"
id("io.github.goooler.shadow") version "8.1.8"
}

setupJava("xyz.srnyx", "1.1.0", "General Java utility library for srnyx's projects", JavaVersion.VERSION_1_8)

repositories.mavenCentral()
dependencies {
compileOnly("org.jetbrains:annotations:24.0.1")
compileOnly("com.google.code.gson:gson:2.3.1")
compileOnly("org.jetbrains", "annotations", "24.1.0")
compileOnly("com.google.code.gson", "gson", "2.3.1") // Use this specific version for Spigot
}

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

0 comments on commit 920e041

Please sign in to comment.