Skip to content

Commit

Permalink
fix(ci): adjust gradle build command and remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jul 12, 2023
1 parent 7d3892c commit 590d56a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/veracode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,7 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021
with:
arguments: build

- name: Create dist
uses: gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021
with:
arguments: installDist
arguments: build -PgithubToken=${{ secrets.GITHUB_TOKEN }}

- name: Veracode Upload And Scan
uses: veracode/[email protected]
Expand Down

0 comments on commit 590d56a

Please sign in to comment.