Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
Enforce Java version check in publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusAmshove committed Oct 22, 2022
1 parent 964d86a commit b05db41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions publishAll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ function publish {
fi
}

./gradlew checkJavaVersion

publish
publish "-PANDROID"
publish "-PJS"

0 comments on commit b05db41

Please sign in to comment.