File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55<h5 align =" center " >SpigotMC: https://www.spigotmc.org/resources/leveltools-rpg-item-leveling.97516/</h5 >
66<h5 align =" center " >Support/Help Server: https://discord.gg/G8BDgqsuyw</h5 >
7+ <h5 align =" center " >WIKI: https://github.com/byteful/LevelTools/wiki</h5 >
78
89![ Logo] ( https://github.com/byteful/LevelTools/blob/master/LevelTools%20Large%20Logo.png?raw=true )
910
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id ' java'
33 id ' idea'
44 id ' maven-publish'
5- id " com.github.johnrengelman.shadow" version " 7.1.2 "
5+ id " com.github.johnrengelman.shadow" version " 7.1.0 "
66}
77
88repositories {
@@ -54,6 +54,7 @@ publishing {
5454 publications {
5555 maven(MavenPublication ) {
5656 from(components. java)
57+ artifact shadowJar
5758 }
5859 }
5960}
Original file line number Diff line number Diff line change 11jdk :
22 - openjdk8
33install :
4- - ./gradlew clean build shadowJar
4+ - chmod +x ./gradlew
5+ - ./gradlew clean build shadowJar publishMavenPublicationToMavenLocal
You can’t perform that action at this time.
0 commit comments