Skip to content

Commit

Permalink
chore: update GRADLE_OPTS
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Apr 19, 2024
1 parent 659e74d commit 3501496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ tasks.register("apiDocs", Exec) {
String command = Os.isFamily(Os.FAMILY_WINDOWS) ? "gradlew.bat" : "./gradlew"
commandLine = [command, "groovydoc", "--quiet", "--no-daemon", "--console=plain", "--project-dir=${grailsHome}"]
workingDir = grailsHome
environment "GRADLE_OPTS", "-Xmx2048m -Xms256m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError"
environment "GRADLE_OPTS", "-Xmx2048m -Xms256m"
}

tasks.register('downloadPom', grails.doc.DownloadPomTask) {
Expand Down

0 comments on commit 3501496

Please sign in to comment.