Skip to content

Commit

Permalink
wrap setupDerivedProjects in afterEvaluate block (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlaub authored Mar 21, 2023
1 parent 73bc011 commit af1baed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,15 @@ private void setupConjureJavaProjects(
+ difference);
}

configs.forEach((suffix, config) -> setupDerivedJavaProject(
project.afterEvaluate(_p -> configs.forEach((suffix, config) -> setupDerivedJavaProject(
suffix,
project,
optionsSupplier,
compileConjure,
compileIrTask,
productDependencyExt,
extractJavaTask,
config));
config)));
}

private static Project setupDerivedJavaProject(
Expand Down

0 comments on commit af1baed

Please sign in to comment.