Skip to content

Commit 261195e

Browse files
author
byteful
committed
Merge remote-tracking branch 'origin/master'
2 parents 034d858 + 9d7600f commit 261195e

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

88
repositories {
@@ -54,6 +54,7 @@ publishing {
5454
publications {
5555
maven(MavenPublication) {
5656
from(components.java)
57+
artifact shadowJar
5758
}
5859
}
5960
}

jitpack.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
jdk:
22
- openjdk8
33
install:
4-
- ./gradlew clean build shadowJar
4+
- chmod +x ./gradlew
5+
- ./gradlew clean build shadowJar publishMavenPublicationToMavenLocal

0 commit comments

Comments
 (0)