Skip to content

Commit

Permalink
Fix broken main java build openapi call
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerstolzenberg committed Nov 3, 2024
1 parent 381d078 commit 2a77001
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main-branch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
openapi-url: "https://raw.githubusercontent.com/authzed/authzed-go/refs/tags/v1.1.0/proto/apidocs.swagger.json"
config-file: cfg/java.yml
# TODO param for authzed version
command-args: |
-p "artifactVersion:0.0.0"
-p "library=restclient"
command-args: -p "artifactVersion=0.0.0" -p "library=restclient"

- name: Switch into generated java client working directory
run: |
Expand Down

0 comments on commit 2a77001

Please sign in to comment.