🔧 Change name of Gradle project to “Sone”
[Sone.git] / build.gradle
index 4c488f7..fbc09b8 100644 (file)
@@ -65,7 +65,7 @@ test {
 }
 
 task fatJar(type: Jar) {
-    archiveName = project.name + '-jar-with-dependencies.jar'
+    archiveName = project.name.toLowerCase() + '-jar-with-dependencies.jar'
     from { (configurations.runtime - configurations.provided).collect { it.isDirectory() ? it : zipTree(it) } }
     manifest {
         attributes('Plugin-Main-Class': 'net.pterodactylus.sone.main.SonePlugin')