@@ -65,10 +65,6 @@ task outputs from previous CI builds.
65
65
You need [ JDK 17] to build JUnit 5. [ Gradle toolchains] are used to detect and
66
66
potentially download additional JDKs for compilation and test execution.
67
67
68
- Note: If you're working on a machine with an Apple Silicon processor, you'll need to
69
- download and install a JDK 8 distribution manually (or via [ SDKMAN!] or [ asdf] ) --
70
- for example, one from [ Zulu] or [ Liberica] .
71
-
72
68
All modules can be _ built_ with the [ Gradle Wrapper] using the following command.
73
69
74
70
` gradlew clean assemble `
@@ -96,7 +92,6 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and
96
92
< https://oss.sonatype.org/content/repositories/snapshots/org/junit/ > for snapshots.
97
93
98
94
99
- [ asdf ] : https://asdf-vm.com/
100
95
[ Codecov ] : https://codecov.io/gh/junit-team/junit5
101
96
[ CONTRIBUTING.md ] : https://github.com/junit-team/junit5/blob/HEAD/CONTRIBUTING.md
102
97
[ Dependency Metadata ] : https://junit.org/junit5/docs/current/user-guide/#dependency-metadata
@@ -106,10 +101,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and
106
101
[ JaCoCo ] : https://www.eclemma.org/jacoco/
107
102
[ Javadoc ] : https://junit.org/junit5/docs/current/api/
108
103
[ JDK 17 ] : https://adoptium.net/archive.html?variant=openjdk17&jvmVariant=hotspot
109
- [ Liberica ] : https://bell-sw.com/pages/downloads/
110
104
[ Release Notes ] : https://junit.org/junit5/docs/current/release-notes/
111
105
[ Samples ] : https://github.com/junit-team/junit5-samples
112
- [ SDKMAN! ] : https://sdkman.io/jdks
113
106
[ StackOverflow ] : https://stackoverflow.com/questions/tagged/junit5
114
107
[ User Guide ] : https://junit.org/junit5/docs/current/user-guide/
115
- [ Zulu ] : https://www.azul.com/downloads/?version=java-8-lts&os=macos&architecture=arm-64-bit&package=jdk#download-openjdk
0 commit comments