Skip to content

Commit

Permalink
build: Bump gradle to 7.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz authored and KengoTODA committed Dec 31, 2023
1 parent 5c15c14 commit d3a29ef
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 @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
gradle: [ '7.6.2', '8.1', 'current' ]
gradle: [ '7.6.3', '8.1', 'current' ]
os: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: npm
if: matrix.gradle == '7.6.2' && matrix.os == 'ubuntu-latest'
if: matrix.gradle == '7.6.3' && matrix.os == 'ubuntu-latest'
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
Expand All @@ -46,7 +46,7 @@ jobs:
rm -rf build/libs/*.jar
npm ci
npx semantic-release
if: matrix.gradle == '7.6.2' && matrix.os == 'ubuntu-latest' && github.repository == 'spotbugs/spotbugs-gradle-plugin'
if: matrix.gradle == '7.6.3' && matrix.os == 'ubuntu-latest' && github.repository == 'spotbugs/spotbugs-gradle-plugin'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
Expand All @@ -56,7 +56,7 @@ jobs:
if [ "$SONAR_LOGIN" != "" ]; then
./gradlew sonarqube -Dsonar.login=$SONAR_LOGIN --no-daemon
fi
if: matrix.gradle == '7.6.2' && matrix.os == 'ubuntu-latest' && github.repository == 'spotbugs/spotbugs-gradle-plugin'
if: matrix.gradle == '7.6.3' && 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 d3a29ef

Please sign in to comment.