Skip to content

Commit afc399d

Browse files
committed
Bump generator JAR_URL to fastcomments-build-20260630
1 parent a707a22 commit afc399d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
# FastComments openapi-generator build. Produces Gradle 9 / modern build.gradle
55
# (java{} block, mainClass, spotless 8.4, junit-platform-launcher) natively, so
66
# no post-generation patching is needed. Just a jar; downloaded on demand.
7-
JAR_URL="https://github.com/winrid/openapi-generator/releases/download/fastcomments-build-20260619/openapi-generator-cli.jar"
7+
JAR_URL="https://github.com/winrid/openapi-generator/releases/download/fastcomments-build-20260630/openapi-generator-cli.jar"
88
JAR_FILE="./openapi-generator-cli.jar"
99

1010
[ -f "$JAR_FILE" ] || wget -q "$JAR_URL" -O "$JAR_FILE"

0 commit comments

Comments
 (0)