1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00

gradle: Switch to 'maven-publish' plugin

This commit is contained in:
Florian Schmaus 2019-09-15 19:49:22 +02:00
parent f2e1d7ddd5
commit 89cb3f679b
2 changed files with 57 additions and 82 deletions

View file

@ -36,7 +36,7 @@ install: gradle assemble --stacktrace
# functional. Which hasn't always be the case in the past, see
# 90cbcaebc7a89f4f771f733a33ac9f389df85be2
# Also run javadocAll to ensure it works.
script: gradle check install javadocAll --stacktrace
script: gradle check publishToMavenLocal javadocAll --stacktrace
after_success:
- JAVAC_VERSION=$((javac -version) 2>&1)