File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -338,3 +338,13 @@ Based on:
338338- [ java v1.6.0] .
339339### Releases
340340- [ Maven Central v1.6.0] https://central.sonatype.com/artifact/com.styra.opa/openapi/1.6.0 - .
341+
342+ ## 2024-08-19 16:10:00
343+ ### Changes
344+ Based on:
345+ - OpenAPI Doc
346+ - Speakeasy CLI 1.376.0 (2.361.10) https://github.com/speakeasy-api/speakeasy
347+ ### Generated
348+ - [ java v1.7.0] .
349+ ### Releases
350+ - [ Maven Central v1.7.0] https://central.sonatype.com/artifact/com.styra.opa/openapi/1.7.0 - .
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ GEN_YAML_VERSION="$(opa eval -f raw -I 'input.java.version' < .speakeasy/gen.yam
1111
1212RELEASES_MD_VERSION=" $( awk ' /^### Generated/ {s=1} s==1 && /java v[0-9]/ {s=0; print}' < RELEASES.md | tail -n1 | cut -d' [' -f 2 | cut -d' ]' -f 1 | cut -d' ' -f2 | tr -d ' v' ) "
1313
14- BUILD_GRADLE_VERSION=" $( awk ' $1 == "version"' < build.gradle | cut -d" ' " -f2) "
14+ BUILD_GRADLE_VERSION=" $( awk ' $1 == "version"' < build.gradle | cut -d' " ' -f2 | head -n 1 ) "
1515
1616SDK_VERSION=" $( awk ' $3 == "sdkVersion"' < src/main/java/com/styra/opa/openapi/SDKConfiguration.java | cut -d' "' -f2) "
1717
You can’t perform that action at this time.
0 commit comments