Skip to content

Commit 2c53afa

Browse files
committed
ci(jitpack): add configuration for automated builds
- Set JDK to openjdk17. - Add install step to publish to Maven local skipping signing and tests. - This ensures JitPack can build and serve the project correctly.
1 parent 9a3d295 commit 2c53afa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

jitpack.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
jdk:
2+
- openjdk17
3+
install:
4+
- ./gradlew publishToMavenLocal -Pskip.signing -x test

0 commit comments

Comments
 (0)