We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a707a22 commit afc399dCopy full SHA for afc399d
1 file changed
update.sh
@@ -4,7 +4,7 @@ set -e
4
# FastComments openapi-generator build. Produces Gradle 9 / modern build.gradle
5
# (java{} block, mainClass, spotless 8.4, junit-platform-launcher) natively, so
6
# 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"
+JAR_URL="https://github.com/winrid/openapi-generator/releases/download/fastcomments-build-20260630/openapi-generator-cli.jar"
8
JAR_FILE="./openapi-generator-cli.jar"
9
10
[ -f "$JAR_FILE" ] || wget -q "$JAR_URL" -O "$JAR_FILE"
0 commit comments