Files
astronomy/jitpack.yml
Ebrahim Byagowi 41589a3186 kotlin: Don't run test on jitpack server
Tests needs more bootstrap to work properly and we are doing so in
our CI anyway so let's just exclude test task in jitpack servers.
2022-04-07 23:39:10 +04:30

3 lines
89 B
YAML

install:
- cd source/kotlin && ./gradlew build publishToMavenLocal --exclude-task test