Skip to content

Commit

Permalink
Add JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
qcastel committed Sep 24, 2021
1 parent 3b62749 commit 67ea2db
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM qcastel/maven-release:0.0.23
FROM qcastel/maven-release:0.0.24

COPY ./release-github-actions.sh /usr/local/bin
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ See https://maven.apache.org/maven-release/maven-release-plugin/prepare-mojo.htm
### JDK version
You may want to compile your project with a specific JDK version. You will need to specify the JAVA_HOME variable with the according value.
The default JDK version is JDK 17. Although you may want to compile your project with a specific JDK version. You will need to specify the JAVA_HOME variable with the according value.
If you need a specific jdk version that is not in the list, please raise an issue in this github action to request it.
#### JDK 8
Expand Down Expand Up @@ -256,6 +256,15 @@ env:
JAVA_HOME: /usr/lib/jvm/java-16-openjdk/
```
#### JDK 17
```yaml
env:
JAVA_HOME: /usr/lib/jvm/java-17-openjdk/
```
### Customise the bot name
You can simply customise the bot name as follows:
Expand Down

0 comments on commit 67ea2db

Please sign in to comment.