Skip to content

Commit

Permalink
Avoid rebuilding
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Oct 12, 2024
1 parent 5dab37b commit a065155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Build with Java ${{ matrix.java }} with integration tests
if: ${{ env.DEFAULT_JAVA == matrix.java }}
run: ./gradlew clean build --info -PjavaVersion=${{matrix.java}}
run: ./gradlew build --info -PjavaVersion=${{matrix.java}}

- name: Sonar analysis
if: ${{ env.DEFAULT_JAVA == matrix.java && env.SONAR_TOKEN != null }}
Expand Down

0 comments on commit a065155

Please sign in to comment.