Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
MoriyaShiine authored May 26, 2024
1 parent 3afe6af commit c0c32ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ base {
chenille {
customLicense = rootProject.file("LICENSE")
github = new URL("https://github.com/MoriyaShiine/on-soul-fire")
javaVersion = 21;
javaVersion = 21
configurePublishing {
withLadysnakeMaven()
withGithubRelease()
Expand Down Expand Up @@ -74,4 +74,4 @@ jar {
from("LICENSE") {
rename { "${it}_${project.base.archivesName.get()}" }
}
}
}

0 comments on commit c0c32ad

Please sign in to comment.