Skip to content

Commit

Permalink
Remove increased heap from tests since the decompiler now uses standa…
Browse files Browse the repository at this point in the history
…rd settings again.
  • Loading branch information
shartte committed Dec 2, 2023
1 parent 3d55682 commit f9e01f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ subprojects.forEach { subProject ->

testClassesDirs = evalSubProject.sourceSets.functionalTest.output.classesDirs
classpath = evalSubProject.sourceSets.functionalTest.runtimeClasspath

maxHeapSize = "3g"
}

//Wire them up so they run as part of the check task (and as such through build, but not through test!)
Expand Down

0 comments on commit f9e01f7

Please sign in to comment.