@@ -11,44 +11,44 @@ CI builds for example projects are performed by [GitHub Actions][ci-actions]. Us
1111
1212_ Basic setups showing how to get started with JUnit Jupiter._
1313
14- ### Jupiter on Ant ![ badge-jdk-8 ] ![ badge-tool-ant] ![ badge-junit-jupiter]
14+ ### Jupiter on Ant ![ badge-jdk-17 ] ![ badge-tool-ant] ![ badge-junit-jupiter]
1515
1616The [ junit-jupiter-starter-ant] example demonstrates the bare minimum configuration for
1717getting started with JUnit Jupiter using the Ant build system.
1818
19- ### Jupiter on Gradle ![ badge-jdk-8 ] ![ badge-tool-gradle] ![ badge-junit-jupiter]
19+ ### Jupiter on Gradle ![ badge-jdk-17 ] ![ badge-tool-gradle] ![ badge-junit-jupiter]
2020
2121The [ junit-jupiter-starter-gradle] example demonstrates the bare minimum configuration for
2222getting started with JUnit Jupiter using the Gradle build system.
2323
24- ### Jupiter on Gradle using Kotlin ![ badge-jdk-8 ] ![ badge-tool-gradle] ![ badge-junit-jupiter]
24+ ### Jupiter on Gradle using Kotlin ![ badge-jdk-17 ] ![ badge-tool-gradle] ![ badge-junit-jupiter]
2525
2626The [ junit-jupiter-starter-gradle-kotlin] example demonstrates the bare minimum
2727configuration for getting started with JUnit Jupiter using the Gradle build system and the
2828Kotlin programming language.
2929
30- ### Jupiter on Gradle using Groovy ![ badge-jdk-8 ] ![ badge-tool-gradle] ![ badge-junit-jupiter]
30+ ### Jupiter on Gradle using Groovy ![ badge-jdk-17 ] ![ badge-tool-gradle] ![ badge-junit-jupiter]
3131
3232The [ junit-jupiter-starter-gradle-groovy] example demonstrates the bare minimum
3333configuration for getting started with JUnit Jupiter using the Gradle build system and the
3434Groovy programming language.
3535
36- ### Jupiter on Maven ![ badge-jdk-8 ] ![ badge-tool-maven] ![ badge-junit-jupiter]
36+ ### Jupiter on Maven ![ badge-jdk-17 ] ![ badge-tool-maven] ![ badge-junit-jupiter]
3737
3838The [ junit-jupiter-starter-maven] example demonstrates the bare minimum configuration for
3939getting started with JUnit Jupiter using the Maven build system.
4040
41- ### Jupiter on Maven using Kotlin ![ badge-jdk-8 ] ![ badge-tool-maven] ![ badge-junit-jupiter]
41+ ### Jupiter on Maven using Kotlin ![ badge-jdk-17 ] ![ badge-tool-maven] ![ badge-junit-jupiter]
4242
4343The [ junit-jupiter-starter-maven-kotlin] example demonstrates the bare minimum configuration for
4444getting started with JUnit Jupiter project using Maven build system and Kotlin programming language.
4545
46- ### Jupiter on Bazel ![ badge-jdk-8 ] ![ badge-tool-bazel] ![ badge-junit-jupiter]
46+ ### Jupiter on Bazel ![ badge-jdk-17 ] ![ badge-tool-bazel] ![ badge-junit-jupiter]
4747
4848The [ junit-jupiter-starter-bazel] example demonstrates the bare minimum configuration for
4949getting started with JUnit Jupiter using the Bazel build system.
5050
51- ### Jupiter on sbt ![ badge-jdk-8 ] ![ badge-tool-sbt] ![ badge-junit-jupiter]
51+ ### Jupiter on sbt ![ badge-jdk-17 ] ![ badge-tool-sbt] ![ badge-junit-jupiter]
5252
5353The [ junit-jupiter-starter-sbt] example demonstrates the bare minimum configuration for
5454getting started with JUnit Jupiter using sbt and the Scala programming language.
@@ -57,7 +57,7 @@ getting started with JUnit Jupiter using sbt and the Scala programming language.
5757
5858_ Extending JUnit Jupiter using its ` Extension ` API._
5959
60- ### Sample Extensions ![ badge-jdk-8 ] ![ badge-tool-gradle] ![ badge-junit-jupiter]
60+ ### Sample Extensions ![ badge-jdk-17 ] ![ badge-tool-gradle] ![ badge-junit-jupiter]
6161
6262The [ junit-jupiter-extensions] example demonstrates how one can implement custom
6363JUnit Jupiter extensions and use them in tests.
@@ -68,12 +68,12 @@ JUnit Jupiter extensions and use them in tests.
6868_ More complex setups how to integrate various parts of "JUnit 5" including a
6969possible migration path for JUnit 3 or 4 based projects._
7070
71- ### Gradle Migration ![ badge-jdk-8 ] ![ badge-tool-gradle] ![ badge-junit-platform] ![ badge-junit-jupiter] ![ badge-junit-vintage]
71+ ### Gradle Migration ![ badge-jdk-17 ] ![ badge-tool-gradle] ![ badge-junit-platform] ![ badge-junit-jupiter] ![ badge-junit-vintage]
7272
7373The [ junit-migration-gradle] example demonstrates how to set up a Gradle project
7474using the JUnit Platform, JUnit Jupiter, and JUnit Vintage.
7575
76- ### Maven Migration ![ badge-jdk-8 ] ![ badge-tool-maven] ![ badge-junit-platform] ![ badge-junit-jupiter] ![ badge-junit-vintage]
76+ ### Maven Migration ![ badge-jdk-17 ] ![ badge-tool-maven] ![ badge-junit-platform] ![ badge-junit-jupiter] ![ badge-junit-vintage]
7777
7878The [ junit-migration-maven] example demonstrates how to set up a Maven project
7979using the JUnit Platform, JUnit Jupiter, and JUnit Vintage.
@@ -82,12 +82,12 @@ using the JUnit Platform, JUnit Jupiter, and JUnit Vintage.
8282## Platform Samples
8383_ Showing basic features of the JUnit Platform._
8484
85- ### Multiple Engines ![ badge-jdk-11 ] ![ badge-tool-gradle] ![ badge-junit-platform] ![ badge-junit-jupiter] ![ badge-junit-vintage] ...
85+ ### Multiple Engines ![ badge-jdk-17 ] ![ badge-tool-gradle] ![ badge-junit-platform] ![ badge-junit-jupiter] ![ badge-junit-vintage] ...
8686
8787The [ junit-multiple-engines] example demonstrates how to set up a Gradle project
8888using the JUnit Platform with various [ TestEngine] [ guide-custom-engine ] implementations.
8989
90- ### Living in the Modular World ![ badge-jdk-11 ] ![ badge-tool-console] ![ badge-junit-platform]
90+ ### Living in the Modular World ![ badge-jdk-17 ] ![ badge-tool-console] ![ badge-junit-platform]
9191
9292The [ junit-modular-world] example demonstrates how to test code organized in modules.
9393This example also demonstrates how to implement a custom [ TestEngine] [ guide-custom-engine ]
@@ -107,13 +107,12 @@ for the JUnit Platform using the Java Platform Module System.
107107[ junit-multiple-engines ] : junit-multiple-engines
108108[ junit-modular-world ] : junit-modular-world
109109
110- [ badge-jdk-8 ] : https://img.shields.io/badge/jdk-8-lightgray.svg " JDK-8 "
111- [ badge-jdk-11 ] : https://img.shields.io/badge/jdk-11-red.svg " JDK-11 or higher "
112- [ badge-tool-ant ] : https://img.shields.io/badge/tool-ant-10f0f0.svg " Ant "
113- [ badge-tool-gradle ] : https://img.shields.io/badge/tool-gradle-blue.svg " Gradle wrapper included "
110+ [ badge-jdk-17 ] : https://img.shields.io/badge/jdk-17-orange.svg " JDK-17 "
111+ [ badge-tool-ant ] : https://img.shields.io/badge/tool-ant-aa167e.svg " Ant "
112+ [ badge-tool-gradle ] : https://img.shields.io/badge/tool-gradle-209bc4.svg " Gradle wrapper included "
114113[ badge-tool-maven ] : https://img.shields.io/badge/tool-maven-0440af.svg " Maven wrapper included "
115114[ badge-tool-bazel ] : https://img.shields.io/badge/tool-bazel-43a047.svg " Bazel "
116- [ badge-tool-sbt ] : https://img.shields.io/badge/tool-sbt-43a047 .svg " SBT "
115+ [ badge-tool-sbt ] : https://img.shields.io/badge/tool-sbt-4A34BC .svg " SBT "
117116[ badge-tool-console ] : https://img.shields.io/badge/tool-console-022077.svg " Command line tools "
118117[ badge-junit-platform ] : https://img.shields.io/badge/junit-platform-brightgreen.svg " JUnit Platform "
119118[ badge-junit-jupiter ] : https://img.shields.io/badge/junit-jupiter-green.svg " JUnit Jupiter Engine "
0 commit comments