File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
buildSrc/src/main/groovy/emma Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class EmmaPlugin implements Plugin<Project> {
32
32
33
33
doFirst {
34
34
InstrProcessor processor = InstrProcessor . create ();
35
- String [] classesDirPath = [project. sourceSets. main. classesDir. absolutePath]
35
+ String [] classesDirPath = [project. sourceSets. main. output . classesDir. absolutePath]
36
36
37
37
processor. setInstrPath(classesDirPath, false );
38
38
processor. setOutMode(InstrProcessor.OutMode . OUT_MODE_COPY );
Original file line number Diff line number Diff line change 7
7
# #############################################################################
8
8
9
9
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
10
- DEFAULT_JVM_OPTS=" -XX:MaxPermSize=256M"
10
+ DEFAULT_JVM_OPTS=" -Xmx1024M - XX:MaxPermSize=256M"
11
11
12
12
APP_NAME=" Gradle"
13
13
APP_BASE_NAME=` basename " $0 " `
Original file line number Diff line number Diff line change 9
9
if " %OS% " == " Windows_NT" setlocal
10
10
11
11
@ rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
12
- set DEFAULT_JVM_OPTS = -XX:MaxPermSize=256M
12
+ set DEFAULT_JVM_OPTS = -Xmx1024M - XX:MaxPermSize=256M
13
13
14
14
set DIRNAME = %~dp0
15
15
if " %DIRNAME% " == " " set DIRNAME = .
You can’t perform that action at this time.
0 commit comments