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

Rename smack-java8(-full) to smack-java11(-full)

To denote that Smack now requires at least Java 11 to run. Fixes
SMACK-953.
This commit is contained in:
Florian Schmaus 2024-09-25 15:28:55 +02:00
parent 5d2ca5d7d3
commit 07d9d694da
28 changed files with 15 additions and 15 deletions

View file

@ -95,8 +95,8 @@ jobs:
else
echo COVERALLS_REPO_TOKEN is not empty
fi
./gradlew smack-java8-full:testCodeCoverageReport
./gradlew smack-java8-full:coveralls
./gradlew smack-java11-full:testCodeCoverageReport
./gradlew smack-java11-full:coveralls
# Upload build artifacts
- name: Upload build artifacts