Skip to content

Commit

Permalink
Disable strict class loader scope test for performance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Feb 14, 2017
1 parent 09455d1 commit 0061f6a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class GradleExecuterBackedSession implements GradleSession {
withArgument('--no-search-upward').
withFullDeprecationStackTraceDisabled().
withStackTraceChecksDisabled().
withEagerClassLoaderCreationCheckDisabled().
withTasks(invocation.tasksToRun)

executer.withBuildJvmOpts(invocation.jvmOpts)
Expand Down

0 comments on commit 0061f6a

Please sign in to comment.