@@ -34,7 +34,7 @@ label are specifically targeted for community contributions.
3434
3535## Getting Help
3636
37- Ask JUnit 5 related questions on [ StackOverflow] or chat with the community on [ Gitter ] .
37+ Ask JUnit 5 related questions on [ StackOverflow] or use the Q&A category on [ GitHub Discussions ] .
3838
3939## Continuous Integration Builds
4040
@@ -73,14 +73,12 @@ task outputs from previous CI builds.
7373You need [ JDK 21] to build JUnit 5. [ Gradle toolchains] are used to detect and
7474potentially download additional JDKs for compilation and test execution.
7575
76- All modules can be _ built_ and _ tested_ with the [ Gradle Wrapper] using the following command.
76+ All modules can be _ built_ and _ tested_ with the [ Gradle Wrapper] using the following command:
7777
7878` ./gradlew build `
7979
80- ## Installing in Local Maven Repository
81-
82- All modules can be _ installed_ with the [ Gradle Wrapper] in a local Maven repository for
83- consumption in other projects via the following command.
80+ All modules can be _ installed_ in a local Maven repository for consumption in other local
81+ projects via the following command:
8482
8583` ./gradlew publishToMavenLocal `
8684
@@ -93,14 +91,11 @@ consumption in other projects via the following command.
9391Consult the [ Dependency Metadata] section of the [ User Guide] for a list of all artifacts
9492of the JUnit Platform, JUnit Jupiter, and JUnit Vintage.
9593
96- See also < https://repo1.maven.org/maven2/org/junit/ > for releases and
97- < https://central.sonatype.com/repository/maven-snapshots/org/junit/ > for snapshots.
98-
9994
10095[ Codecov ] : https://codecov.io/gh/junit-team/junit5
10196[ CONTRIBUTING.md ] : https://github.com/junit-team/junit5/blob/HEAD/CONTRIBUTING.md
10297[ Dependency Metadata ] : https://junit.org/junit5/docs/current/user-guide/#dependency-metadata
103- [ Gitter ] : https://gitter.im /junit-team/junit5
98+ [ GitHub Discussions ] : https://github.com /junit-team/junit5/discussions/categories/q-a
10499[ Gradle toolchains ] : https://docs.gradle.org/current/userguide/toolchains.html
105100[ Gradle Wrapper ] : https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:using_wrapper
106101[ JaCoCo ] : https://www.eclemma.org/jacoco/
0 commit comments