Skip to content

Commit

Permalink
fix: fix folia support
Browse files Browse the repository at this point in the history
  • Loading branch information
AverageGithub committed Apr 6, 2024
1 parent f5bdb77 commit 39d0e36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'com.artillexstudios.axsmithing'
version = '1.6'
version = '1.7'

repositories {
mavenCentral()
Expand Down Expand Up @@ -50,7 +50,6 @@ shadowJar {
relocate("net.byteflux.libby", "com.artillexstudios.axsmithing.libs.libby")
relocate("org.bstats", "com.artillexstudios.axsmithing.libs.bstats")
relocate("com.artillexstudios.axapi", "com.artillexstudios.axsmithing.libs.axapi")
minimize()
}

build {
Expand Down

0 comments on commit 39d0e36

Please sign in to comment.