Skip to content

Commit

Permalink
Create jitpack settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Spazzinq committed Jun 29, 2021
1 parent 400f48f commit 8759526
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

allprojects {
group = 'org.spazzinq'
version = '4.8.14-BETA'
version = '4.8.15-BETA'
}

subprojects {
Expand Down
5 changes: 5 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
jdk:
- openjdk9
install:
- echo "Running custom install command"
- ./gradlew clean shadowJar -xtest

0 comments on commit 8759526

Please sign in to comment.