更新Github Action使用的JDK到25

This commit is contained in:
TheWhiteDog9487
2025-09-21 15:49:47 +08:00
parent d4b3f06880
commit fc7e40dfe8
3 changed files with 7 additions and 7 deletions
@@ -23,7 +23,7 @@ class OpenAPIConfiguration {
.contact(new Contact()
.name("TheWhiteDog9487")
.url("https://www.github.com/TheWhiteDog9487/WebAPI"))
.version("0.6.0")
.version("0.6.1")
.license(new License()
.name("WTFPL")
.url("https://spdx.org/licenses/WTFPL")) )