diff --git a/.idea/runConfigurations/Minecraft_Server___loader_fabric__loader-fabric.xml b/.idea/runConfigurations/Minecraft_Server___loader_fabric__loader-fabric.xml index 7bcf2ef..cab89c3 100644 --- a/.idea/runConfigurations/Minecraft_Server___loader_fabric__loader-fabric.xml +++ b/.idea/runConfigurations/Minecraft_Server___loader_fabric__loader-fabric.xml @@ -12,5 +12,5 @@ - + \ No newline at end of file diff --git a/.idea/runConfigurations/Minecraft_Server___loader_forge__loader-forge.xml b/.idea/runConfigurations/Minecraft_Server___loader_forge__loader-forge.xml index c59e41e..275184d 100644 --- a/.idea/runConfigurations/Minecraft_Server___loader_forge__loader-forge.xml +++ b/.idea/runConfigurations/Minecraft_Server___loader_forge__loader-forge.xml @@ -12,5 +12,5 @@ - + \ No newline at end of file diff --git a/client/build.gradle b/client/build.gradle index 518d46a..fcc5456 100644 --- a/client/build.gradle +++ b/client/build.gradle @@ -15,38 +15,4 @@ shadowJar { minimize() } -jar.finalizedBy(shadowJar) - -publishing { - publications { - mavenJava(MavenPublication) { - pom { - name = 'My Library' - description = 'A concise description of my library' - url = 'http://www.example.com/library' - properties = [ - myProp: "value", - "prop.with.dots": "anotherValue" - ] - licenses { - license { - name = 'The Apache License, Version 2.0' - url = 'http://www.apache.org/licenses/LICENSE-2.0.txt' - } - } - developers { - developer { - id = 'johnd' - name = 'John Doe' - email = 'john.doe@example.com' - } - } - scm { - connection = 'scm:git:git://example.com/my-library.git' - developerConnection = 'scm:git:ssh://example.com/my-library.git' - url = 'http://example.com/my-library/' - } - } - } - } -} \ No newline at end of file +jar.finalizedBy(shadowJar) \ No newline at end of file