We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a06c1 commit 07f0588Copy full SHA for 07f0588
2 files changed
build.gradle
@@ -40,11 +40,16 @@ allprojects {
40
41
idea {
42
module {
43
+ inheritOutputDirs = true
44
downloadJavadoc = true
45
downloadSources = true
46
}
47
48
49
+ sourceSets {
50
+ main.output.resourcesDir = main.java.classesDirectory
51
+ }
52
+
53
jacoco {
54
toolVersion = '0.8.14'
55
gradle.properties
@@ -1,6 +1,6 @@
1
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
2
org.gradle.caching=true
3
-org.gradle.parallel=true
+org.gradle.parallel=false
4
org.gradle.configuration-cache=false
5
dependency.analysis.print.build.health=true
6
sonar.projectKey=ak-git_SimpleApp
0 commit comments