Skip to content

Commit

Permalink
bump to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
FiLKoNd committed Nov 10, 2024
1 parent 2cd5369 commit 9fc0a6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ subprojects {
apply(plugin = "maven-publish")

group = "com.filkond"
version = "1.0.5"
version = "1.0.6"

repositories {
mavenCentral()
Expand Down Expand Up @@ -51,6 +51,7 @@ subprojects {
tasks.shadowJar {
destinationDirectory.set(file("$rootDir/target"))
archiveClassifier.set("")
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
dependsOn("sourcesJar", "javadocJar")
}

Expand Down

0 comments on commit 9fc0a6e

Please sign in to comment.