Skip to content

Commit

Permalink
Use processIsolation instead of classLoaderIsolation
Browse files Browse the repository at this point in the history
  • Loading branch information
ru5j4r0 authored and ihostage committed Apr 24, 2024
1 parent c5fba6a commit 5b386d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void compile(InputChanges changes) {
if (change.getFileType() == FileType.DIRECTORY) continue;
WorkQueue workQueue =
getWorkerExecutor()
.classLoaderIsolation(spec -> spec.getClasspath().from(getTwirlClasspath()));
.processIsolation(spec -> spec.getClasspath().from(getTwirlClasspath()));

Map<String, String> templateFormats = getTemplateFormats().get();
RelativeFile sourceFile =
Expand Down

0 comments on commit 5b386d3

Please sign in to comment.