Skip to content

Commit

Permalink
Merge branch 'main' into feature/java11
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed May 5, 2024
2 parents 263dd18 + ec56112 commit df899f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- develop
- main
workflow_dispatch:
jobs:
build:
name: Build
Expand All @@ -19,9 +20,9 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'
- name: Build and analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew build sonarqube
run: ./gradlew build sonarqube

0 comments on commit df899f9

Please sign in to comment.