File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9090 - name : Setup Java
9191 uses : actions/setup-java@v4
9292 with :
93- java-version : 11
93+ java-version : 17
9494 distribution : ' adopt'
9595
9696 - name : Gradle cache
@@ -117,6 +117,6 @@ jobs:
117117 run : ./gradlew codeCoverageReport --stacktrace
118118
119119 - name : Generate and publish Sonar report
120- run : ./gradlew sonarqube -Dsonar.projectKey=kobylynskyi_graphql-java-codegen -Dsonar.organization=kobylynskyi -Dsonar.host.url=https://sonarcloud.io -Dsonar.login =${{ secrets.SONAR_LOGIN }} --stacktrace
120+ run : ./gradlew sonarqube -Dsonar.projectKey=kobylynskyi_graphql-java-codegen -Dsonar.organization=kobylynskyi -Dsonar.host.url=https://sonarcloud.io -Dsonar.token =${{ secrets.SONAR_TOKEN }} --stacktrace
121121 env :
122122 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments