openjdk:17-oracle

This commit is contained in:
Rodolphe Fontaine 2024-10-17 11:01:31 +02:00
parent 0f916cf94e
commit 4a4ffc9fdd
2 changed files with 2 additions and 1 deletions

View file

@ -19,6 +19,7 @@ version = '3.3.0'
java {
sourceCompatibility = 17
targetCompatibility = 17
}
repositories {

View file

@ -282,7 +282,7 @@
<configuration>
<!-- openjdk:11.0.5-jre -->
<from>
<image>openjdk:11.0.5-jre</image>
<image>openjdk:17-oracle</image>
</from>
<to>
<image>docker.io/${docker.image.prefix}/${project.artifactId}</image>