diff --git a/org.jacoco.doc/docroot/doc/build.html b/org.jacoco.doc/docroot/doc/build.html index eb894184b8..938a047b9c 100644 --- a/org.jacoco.doc/docroot/doc/build.html +++ b/org.jacoco.doc/docroot/doc/build.html @@ -91,6 +91,8 @@

Compilation and testing with different JDKs

JDK 12 JDK 13 JDK 14 + JDK 15 + JDK 16 @@ -106,6 +108,8 @@

Compilation and testing with different JDKs

14 + 14 + 14 org.jacoco.core.test.validation.java8 @@ -119,6 +123,8 @@

Compilation and testing with different JDKs

8 8 8 + 8 + 8 org.jacoco.core.test.validation.java7 @@ -132,6 +138,8 @@

Compilation and testing with different JDKs

7 7 7 + 7 + 7 org.jacoco.core.test.validation.groovy @@ -145,6 +153,8 @@

Compilation and testing with different JDKs

8 8 8 + 8 + 8 org.jacoco.core.test.validation.kotlin @@ -158,6 +168,8 @@

Compilation and testing with different JDKs

7 7 7 + 7 + 7 all other modules @@ -171,6 +183,8 @@

Compilation and testing with different JDKs

7 7 7 + 7 + 7 @@ -213,6 +227,8 @@

Compilation and testing with different JDKs

  • mvn clean verify -Djdk.version=12 -Dbytecode.version=12
  • mvn clean verify -Djdk.version=13 -Dbytecode.version=13
  • mvn clean verify -Djdk.version=14 -Dbytecode.version=14
  • +
  • mvn clean verify -Djdk.version=15 -Dbytecode.version=15
  • +
  • mvn clean verify -Djdk.version=16 -Dbytecode.version=16
  • diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html index d0cdea7ce1..0df6c89dfc 100644 --- a/org.jacoco.doc/docroot/doc/changes.html +++ b/org.jacoco.doc/docroot/doc/changes.html @@ -22,9 +22,10 @@

    Snapshot Build @qualified.bundle.version@ (@build.date@)

    New Features