diff --git a/org.jacoco.doc/docroot/doc/build.html b/org.jacoco.doc/docroot/doc/build.html index 540e29056d..16b9c6b182 100644 --- a/org.jacoco.doc/docroot/doc/build.html +++ b/org.jacoco.doc/docroot/doc/build.html @@ -94,6 +94,7 @@

Compilation and testing with different JDKs

JDK 15 JDK 16 JDK 17 + JDK 18 @@ -112,6 +113,7 @@

Compilation and testing with different JDKs

16 16 + 16 org.jacoco.core.test.validation.java14 @@ -128,6 +130,7 @@

Compilation and testing with different JDKs

14 14 14 + 14 org.jacoco.core.test.validation.java8 @@ -144,6 +147,7 @@

Compilation and testing with different JDKs

8 8 8 + 8 org.jacoco.core.test.validation.java7 @@ -160,6 +164,7 @@

Compilation and testing with different JDKs

7 7 7 + 7 org.jacoco.core.test.validation.groovy @@ -176,6 +181,7 @@

Compilation and testing with different JDKs

8 8 8 + 8 org.jacoco.core.test.validation.kotlin @@ -192,6 +198,7 @@

Compilation and testing with different JDKs

6 6 6 + 6 all other modules @@ -208,6 +215,7 @@

Compilation and testing with different JDKs

7 7 7 + 7 @@ -253,6 +261,7 @@

Compilation and testing with different JDKs

  • mvn clean verify -Djdk.version=15 -Dbytecode.version=15
  • mvn clean verify -Djdk.version=16 -Dbytecode.version=16
  • mvn clean verify -Djdk.version=17 -Dbytecode.version=17
  • +
  • mvn clean verify -Djdk.version=18 -Dbytecode.version=18
  • diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html index b287901c65..63e77c65e8 100644 --- a/org.jacoco.doc/docroot/doc/changes.html +++ b/org.jacoco.doc/docroot/doc/changes.html @@ -22,10 +22,9 @@

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

    New Features