File tree Expand file tree Collapse file tree
backend/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
16- - name : Set up JDK 17
16+ - name : Set up JDK 24
1717 uses : actions/setup-java@v4
1818 with :
19- java-version : 17
19+ java-version : 24
2020 distribution : ' zulu' # Alternative distribution options are available.
2121 - name : Cache SonarQube packages
2222 uses : actions/cache@v4
3131 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
3232 restore-keys : ${{ runner.os }}-m2
3333 - name : Build and analyze
34+ working-directory : backend
3435 env :
3536 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
3637 run : mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=acunil_flashcards
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments