mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-22 16:56:40 -06:00
724 B
724 B
Java Version Updates
This is a list of all the places that the Java version is referenced in the NoSQLBench project. If you change versions or need to do version-specific troubleshooting, this list will help.
- In the Dockerfile, in the parent image "FROM" tag. here
- In the Maven pom files, under
<source>...</source>
,<release>... </release>
,<target>...</target>
here - In some cases, a Maven variable '<java.target.version>...</java.target. version>` is used. here
- In the nb appimage build scripts under nb/build-bin.sh. here
- In the github actions workflows for the Java runtime version