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 3af5999 commit 83de186
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hello/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ dependencies {
testRuntimeOnly libs.bundles.test.runtime
}

apply plugin: 'java-library'

application {
mainModule = 'com.ak.app'
mainClass = 'com.ak.app.MainApp'
Expand Down

0 comments on commit 83de186

Please sign in to comment.