Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
byteful committed Jul 10, 2022
2 parents 034d858 + 9d7600f commit 261195e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<h5 align="center">SpigotMC: https://www.spigotmc.org/resources/leveltools-rpg-item-leveling.97516/</h5>
<h5 align="center">Support/Help Server: https://discord.gg/G8BDgqsuyw</h5>
<h5 align="center">WIKI: https://github.com/byteful/LevelTools/wiki</h5>

![Logo](https://github.com/byteful/LevelTools/blob/master/LevelTools%20Large%20Logo.png?raw=true)

Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java'
id 'idea'
id 'maven-publish'
id "com.github.johnrengelman.shadow" version "7.1.2"
id "com.github.johnrengelman.shadow" version "7.1.0"
}

repositories {
Expand Down Expand Up @@ -54,6 +54,7 @@ publishing {
publications {
maven(MavenPublication) {
from(components.java)
artifact shadowJar
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
jdk:
- openjdk8
install:
- ./gradlew clean build shadowJar
- chmod +x ./gradlew
- ./gradlew clean build shadowJar publishMavenPublicationToMavenLocal

0 comments on commit 261195e

Please sign in to comment.