File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ dependencies {
4646 implementation(libs.com.alpsbte.alpslib.alpslib.utils)
4747 implementation(libs.org.mariadb.jdbc.mariadb.java.client)
4848 implementation(libs.com.zaxxer.hikaricp)
49- compileOnly(libs.io.papermc.paper.paper.api)
5049 implementation(platform(libs.com.intellectualsites.bom.bom.newest))
5150 compileOnly(" com.fastasyncworldedit:FastAsyncWorldEdit-Core" )
5251 compileOnly(libs.com.sk89q.worldguard.worldguard.bukkit)
@@ -57,13 +56,14 @@ dependencies {
5756 compileOnly(libs.de.oliver.fancynpcs)
5857 compileOnly(libs.li.cinnazeyy.langlibs.api)
5958 compileOnly(libs.commons.io.commons.io)
59+ compileOnly(libs.io.papermc.paper.paper.api)
6060}
6161
6262val versionDetails: groovy.lang.Closure < com.palantir.gradle.gitversion.VersionDetails > by extra
6363val details = versionDetails()
6464
6565group = " com.alpsbte"
66- version = " 5.0.0 " // + "-" + details.commitDistance + "-" + details.gitHash + "-SNAPSHOT"
66+ version = " 5.0.1 " + " -" + details.gitHash + " -SNAPSHOT"
6767description = " An easy to use building system for the BuildTheEarth project."
6868java.sourceCompatibility = JavaVersion .VERSION_21
6969
You can’t perform that action at this time.
0 commit comments