Skip to content

Commit

Permalink
Merge pull request #34948 from peterfortuin/solve-annotationProcessor…
Browse files Browse the repository at this point in the history
…-not-found

Apply JavaPlugin on the deployment project
  • Loading branch information
machi1990 authored Jul 24, 2023
2 parents e763315 + 9f832ee commit 62969c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ private void registerTasks(Project project, QuarkusExtensionConfiguration quarku
//This must be run after the extension has been configured
Project deploymentProject = findDeploymentProject(project, quarkusExt);
if (deploymentProject != null) {
deploymentProject.getPlugins().apply(JavaPlugin.class);
ApplicationDeploymentClasspathBuilder.initConfigurations(deploymentProject);
deploymentProject.getPlugins().withType(
JavaPlugin.class,
Expand Down

0 comments on commit 62969c5

Please sign in to comment.