Skip to content

Commit

Permalink
[UPDATE] 更新 Gradle 版本号
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Yeh <[email protected]>
  • Loading branch information
alan-yeh committed Oct 21, 2024
1 parent 110bc00 commit 02cb2fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- Gradle 5: `5`, `5.0`, `5.1`, `5.1.1`, `5.2`, `5.2.1`, `5.3`, `5.3.1`, `5.4`, `5.4.1`, `5.5`, `5.5.1`, `5.6`, `5.6.1`, `5.6.2`, `5.6.3`, `5.6.4`
- Gradle 6: `6`, `6.0`, `6.0.1`, `6.1`, `6.1.1`, `6.2`, `6.2.1`, `6.2.2`, `6.3`, `6.4`, `6.4.1`, `6.5`, `6.5.1`, `6.6`, `6.6.1`, `6.7`, `6.7.1`, `6.8`, `6.8.1`, `6.8.2`, `6.8.3`, `6.9`, `6.9.1`, `6.9.2`, `6.9.3`, `6.9.4`
- Gradle 7: `7`, `7.0`, `7.0.1`, `7.0.2`, `7.1`, `7.1.1`, `7.2`, `7.3`, `7.3.1`, `7.3.2`, `7.3.3`, `7.4`, `7.4.1`, `7.4.2`, `7.5`, `7.5.1`, `7.6`, `7.6.1`, `7.6.2`, `7.6.3`, `7.6.4`
- Gradle 8: `8`, `8.0`, `8.0.1`, `8.0.2`, `8.1`, `8.1.1`, `8.2`, `8.2.1`, `8.3`, `8.4`, `8.5`, `8.6`, `8.7`, `8.8`, `8.9`, `8.10`, `8.10.1`
- Gradle 8: `8`, `8.0`, `8.0.1`, `8.0.2`, `8.1`, `8.1.1`, `8.2`, `8.2.1`, `8.3`, `8.4`, `8.5`, `8.6`, `8.7`, `8.8`, `8.9`, `8.10`, `8.10.1`, `8.10.2`

&emsp;&emsp;本镜像支持以下 OpenJDK [[链接](https://hub.docker.com/r/centralx/openjdk)]版本号:

Expand Down
2 changes: 1 addition & 1 deletion gradle/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ target "gradle" {
// 8
if(contains(["all", "8"], "${ENV_VERSION}"), {
major = "8"
code = "8.10.1"
code = "8.10.2"
})
])
openjdk = ["8", "11", "17", "21"]
Expand Down

0 comments on commit 02cb2fa

Please sign in to comment.