Skip to content

Commit 07f0588

Browse files
committed
Fix jacoco build
1 parent a3a06c1 commit 07f0588

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

build.gradle

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

4141
idea {
4242
module {
43+
inheritOutputDirs = true
4344
downloadJavadoc = true
4445
downloadSources = true
4546
}
4647
}
4748

49+
sourceSets {
50+
main.output.resourcesDir = main.java.classesDirectory
51+
}
52+
4853
jacoco {
4954
toolVersion = '0.8.14'
5055
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
22
org.gradle.caching=true
3-
org.gradle.parallel=true
3+
org.gradle.parallel=false
44
org.gradle.configuration-cache=false
55
dependency.analysis.print.build.health=true
66
sonar.projectKey=ak-git_SimpleApp

0 commit comments

Comments
 (0)