diff --git a/build.gradle b/build.gradle index c40254b..a0770a9 100644 --- a/build.gradle +++ b/build.gradle @@ -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() @@ -74,4 +74,4 @@ jar { from("LICENSE") { rename { "${it}_${project.base.archivesName.get()}" } } -} \ No newline at end of file +}