Skip to content

Commit

Permalink
Subproject do not need 'java-library' plugin, e.g. for Spring
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-git committed Oct 30, 2024
1 parent 9d65da9 commit 3af5999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ allprojects {
}

subprojects {
apply plugin: 'java-library'
apply plugin: 'java'

java {
toolchain {
Expand Down
1 change: 1 addition & 0 deletions hello/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
plugins {
id 'java-library'
id 'application'
alias(libs.plugins.javamodularity.moduleplugin)
}
Expand Down

0 comments on commit 3af5999

Please sign in to comment.