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 20, 2024
1 parent 71e19a8 commit a28d998
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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`
- 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`

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

Expand Down
4 changes: 2 additions & 2 deletions gradle/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ target "gradle" {
code = "7.6.4"
}, {
major = "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.5"
code = "8.6"
// "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`
code = "8.7"
}
]
openjdk = ["8", "11", "17", "21"]
Expand Down

0 comments on commit a28d998

Please sign in to comment.