Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 8a67917

Browse files
fixed bugs.
1 parent 147f87e commit 8a67917

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

jitpack.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
jdk:
2+
- openjdk11
3+
before_install:
4+
- sdk install java 11.0.10-open
5+
- sdk use java 11.0.10-open
6+
install:
7+
- echo "Gradle Boot"
8+
- chmod +x gradlew
9+
- java --version
10+
- ./gradlew clean -Pgroup=$GROUP -Pversion=$VERSION build publishToMavenLocal

0 commit comments

Comments
 (0)