Skip to content

Commit d517c72

Browse files
committed
Remove clean - sonar does not work
1 parent 86b8fa7 commit d517c72

3 files changed

Lines changed: 1 addition & 32 deletions

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build and analyze
4444
env:
4545
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
46-
run: gradle clean build jacocoAggregatedReport sonar --info
46+
run: gradle build jacocoAggregatedReport sonar --info
4747
- name: Compute version
4848
run: |
4949
gradle version

.idea/runConfigurations/SimpleApp__sonarqube_.xml

Lines changed: 0 additions & 26 deletions
This file was deleted.

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,11 @@ allprojects {
4040

4141
idea {
4242
module {
43-
inheritOutputDirs = true
4443
downloadJavadoc = true
4544
downloadSources = true
4645
}
4746
}
4847

49-
sourceSets {
50-
main.output.resourcesDir = main.java.classesDirectory
51-
}
52-
5348
jacoco {
5449
toolVersion = '0.8.14'
5550
}

0 commit comments

Comments
 (0)