Skip to content

Commit

Permalink
set TCCL globaly before recipe execution
Browse files Browse the repository at this point in the history
  • Loading branch information
MBoegers committed Feb 14, 2025
1 parent 25025b1 commit 2eed22c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public RecipeRun scheduleRun(Recipe recipe,
int maxCycles,
int minCycles) {
try {
Thread.currentThread().setContextClassLoader(recipe.getClass().getClassLoader());
LargeSourceSet after = runRecipeCycles(recipe, sourceSet, ctx, maxCycles, minCycles);
return new RecipeRun(
after.getChangeset(),
Expand Down

0 comments on commit 2eed22c

Please sign in to comment.