mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 00:59: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:
parent
5d2ca5d7d3
commit
07d9d694da
28 changed files with 15 additions and 15 deletions
4
Makefile
4
Makefile
|
@ -5,8 +5,8 @@ all: check jacocoRootReport javadocAll sinttest
|
|||
|
||||
.PHONY: codecov
|
||||
codecov:
|
||||
$(GRADLE) smack-java8-full:testCodeCoverageReport
|
||||
echo "Report available at smack-java8-full/build/reports/jacoco/testCodeCoverageReport/html/index.html"
|
||||
$(GRADLE) smack-java11-full:testCodeCoverageReport
|
||||
echo "Report available at smack-java11-full/build/reports/jacoco/testCodeCoverageReport/html/index.html"
|
||||
|
||||
.PHONY: check
|
||||
check:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue