1 parent 86b8fa7 commit d517c72Copy full SHA for d517c72
3 files changed
.github/workflows/actions.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Build and analyze
44
env:
45
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
46
- run: gradle clean build jacocoAggregatedReport sonar --info
+ run: gradle build jacocoAggregatedReport sonar --info
47
- name: Compute version
48
run: |
49
gradle version
.idea/runConfigurations/SimpleApp__sonarqube_.xml
build.gradle
@@ -40,16 +40,11 @@ allprojects {
40
41
idea {
42
module {
- inheritOutputDirs = true
downloadJavadoc = true
downloadSources = true
}
- sourceSets {
50
- main.output.resourcesDir = main.java.classesDirectory
51
- }
52
-
53
jacoco {
54
toolVersion = '0.8.14'
55
0 commit comments