Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
No results found
Show changes
Commits on Source (1)
# An example Java 11 project using Maven and JUnit 5.x
# An example Java 17 project using Maven and JUnit 5.x
1. Get adoptopenjdk-11: https://adoptopenjdk.net/
1. Get adoptopenjdk-17: https://adoptopenjdk.net/
2. Get maven 3.6.x: https://maven.apache.org/
3. Add above to your path if neccessary.
4. `git clone git@github.com:example/test.git`
......