Skip to content

Commit

Permalink
feat: add jitpack.yml for build configuration
Browse files Browse the repository at this point in the history
- Set JDK version to OpenJDK 17.
- Install and configure Maven using SDKMAN.
- Configure Gradle build and publish tasks.
- Enable Java 17.0.2-zulu as the default environment.
  • Loading branch information
Dh3356 committed Nov 27, 2024
1 parent 609aada commit 543ad01
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
jdk:
- openjdk17

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

install:
- chmod +x gradlew
- ./gradlew build publishToMavenLocal

0 comments on commit 543ad01

Please sign in to comment.