Skip to content

Commit

Permalink
feat : jitpack 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ywj9811 committed Jun 3, 2024
1 parent 2660440 commit 6e45852
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
jdk:
- openjdk17

before_install:
- sdk install java 17.0.2-zulu
- sdk use java 17.0.2-zulu
- sdk install maven
- mvn -v

install:
- ./gradlew build publishToMavenLocal

0 comments on commit 6e45852

Please sign in to comment.