Skip to content

Commit

Permalink
warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Angeschossen committed Feb 12, 2024
1 parent a16e147 commit a146fae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ tasks {
shadowJar {
archiveClassifier.set("") // replace default
configurations = listOf(project.configurations.shadow.get())
archiveFileName.set("LandsAPI.jar")
relocate("com.github.angeschossen.pluginframework.api", "me.angeschossen.lands.api.framework")
}
}
Expand All @@ -62,7 +61,7 @@ dependencies {
}

group = "com.github.angeschossen"
version = "6.44.9"
version = "6.44.10"
description = "LandsAPI"
java.sourceCompatibility = JavaVersion.VERSION_1_8

Expand Down

0 comments on commit a146fae

Please sign in to comment.