Skip to content

Commit 490ff68

Browse files
committed
14017 - cleanup - remove commented code
1 parent e2e0a85 commit 490ff68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

grails-gradle/plugins/src/main/groovy/org/grails/gradle/plugin/views/gsp/GroovyPageForkCompileTask.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ abstract class GroovyPageForkCompileTask extends AbstractCompile {
145145
void execute(JavaExecSpec javaExecSpec) {
146146
javaExecSpec.mainClass.set(getCompilerName())
147147
javaExecSpec.setClasspath(getClasspath())
148-
//javaExecSpec.setJvmArgs(['-Xmx2g', '-Xdebug', '-Xnoagent','-Djava.compiler=NONE', '-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005'])
149148

150149
def jvmArgs = compileOptions.forkOptions.jvmArgs
151150
if (jvmArgs) {

0 commit comments

Comments
 (0)