Skip to content

Commit 39d0e36

Browse files
committed
fix: fix folia support
1 parent f5bdb77 commit 39d0e36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = 'com.artillexstudios.axsmithing'
7-
version = '1.6'
7+
version = '1.7'
88

99
repositories {
1010
mavenCentral()
@@ -50,7 +50,6 @@ shadowJar {
5050
relocate("net.byteflux.libby", "com.artillexstudios.axsmithing.libs.libby")
5151
relocate("org.bstats", "com.artillexstudios.axsmithing.libs.bstats")
5252
relocate("com.artillexstudios.axapi", "com.artillexstudios.axsmithing.libs.axapi")
53-
minimize()
5453
}
5554

5655
build {

0 commit comments

Comments
 (0)