Skip to content

Commit

Permalink
build: Bump gradle 7.6.3 to 7.6.4 (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz authored Sep 15, 2024
1 parent 65b892b commit a6730df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
gradle: [ '7.6.3', '8.1', 'current' ]
gradle: [ '7.6.4', '8.1', 'current' ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -31,7 +31,7 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: npm
if: matrix.gradle == '7.6.3' && matrix.os == 'ubuntu-latest'
if: matrix.gradle == '7.6.4' && matrix.os == 'ubuntu-latest'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Build the project
Expand All @@ -50,7 +50,7 @@ jobs:
rm -rf build/libs/*.jar
npm ci
npx semantic-release
if: matrix.gradle == '7.6.3' && matrix.os == 'ubuntu-latest' && github.repository == 'spotbugs/spotbugs-gradle-plugin'
if: matrix.gradle == '7.6.4' && matrix.os == 'ubuntu-latest' && github.repository == 'spotbugs/spotbugs-gradle-plugin'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
Expand All @@ -60,7 +60,7 @@ jobs:
if [ "$SONAR_LOGIN" != "" ]; then
./gradlew sonarqube -Dsonar.login=$SONAR_LOGIN --no-daemon
fi
if: matrix.gradle == '7.6.3' && matrix.os == 'ubuntu-latest' && github.repository == 'spotbugs/spotbugs-gradle-plugin'
if: matrix.gradle == '7.6.4' && matrix.os == 'ubuntu-latest' && github.repository == 'spotbugs/spotbugs-gradle-plugin'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_LOGIN: ${{ secrets.SONAR_LOGIN }}
Expand Down

0 comments on commit a6730df

Please sign in to comment.