Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drallgood committed Jan 5, 2024
1 parent 6d19b04 commit fbfb3ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11
- name: Setup Gradle
uses: gradle/[email protected]
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
#- name: Autobuild
Expand All @@ -66,7 +68,7 @@ jobs:
# make bootstrap
# make release
- run: |
mvn clean install
./gradlew build --scan
- name: Perform CodeQL Analysis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Gradle
uses: gradle/[email protected]
with:
generate-job-summary: 'on-failure' # Valid values are 'always' (default), 'never', and 'on-failure'
generate-job-summary: 'true' # Valid values are 'always' (default), 'never', and 'on-failure'
dependency-graph: generate
- name: Execute Gradle build
run: ./gradlew build --scan
Expand Down

0 comments on commit fbfb3ab

Please sign in to comment.