We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5bdb77 commit 39d0e36Copy full SHA for 39d0e36
1 file changed
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group = 'com.artillexstudios.axsmithing'
7
-version = '1.6'
+version = '1.7'
8
9
repositories {
10
mavenCentral()
@@ -50,7 +50,6 @@ shadowJar {
50
relocate("net.byteflux.libby", "com.artillexstudios.axsmithing.libs.libby")
51
relocate("org.bstats", "com.artillexstudios.axsmithing.libs.bstats")
52
relocate("com.artillexstudios.axapi", "com.artillexstudios.axsmithing.libs.axapi")
53
- minimize()
54
55
56
build {
0 commit comments