We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac5e6b commit 140f177Copy full SHA for 140f177
.github/workflows/integration.yml
@@ -33,5 +33,5 @@ jobs:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
34
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
35
run: |
36
- chmod +x gradlew
+ chmod +x --continue gradlew
37
./gradlew build sonarqube
build.gradle
@@ -75,11 +75,6 @@ tasks.withType(Javadoc) {
75
options.addStringOption('charSet', 'UTF-8')
76
}
77
78
-// make sure that Sonarqube still runs even if there are failing tests
79
-test {
80
- ignoreFailures = true
81
-}
82
-
83
checkstyle {
84
toolVersion '8.29'
85
configFile = file("config/checkstyle/checkstyle.xml")
0 commit comments