Skip to content

Commit

Permalink
call applyJava also on node projects in order to apply the autoConfig…
Browse files Browse the repository at this point in the history
…ure extension (#63)
  • Loading branch information
klu2 authored Jun 30, 2022
1 parent 9740628 commit 635253c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class AutoConfigureGradlePlugin : Plugin<Project> {
}

if (isNodeProject(project)) {
applyJava(plugins, project, autoConfigure)
applyNode(project)
}

Expand Down

0 comments on commit 635253c

Please sign in to comment.