Skip to content

Commit 9d98452

Browse files
aschemanclaude
andcommitted
Configure Jitpack to just install (w/o tests)
Add install section to jitpack.yml to just build and install to local repository. We run tests on GitHub and can even better analyze probable problems there - so testing is not necessary on Jitpack. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2d1b66c commit 9d98452

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

jitpack.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
before_install:
22
- sdk install java 17.0.10-tem
3-
- sdk use java 17.0.10-tem
3+
- sdk use java 17.0.10-tem
4+
install:
5+
- ./gradlew clean build publishToMavenLocal -x test

0 commit comments

Comments
 (0)