Skip to content

Commit

Permalink
Restore 'java-library', fix sonar coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-git committed Oct 30, 2024
1 parent 83de186 commit 2d042fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
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'
apply plugin: 'java-library'

java {
toolchain {
Expand Down
3 changes: 0 additions & 3 deletions hello/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
plugins {
id 'java-library'
id 'application'
alias(libs.plugins.javamodularity.moduleplugin)
}
Expand All @@ -12,8 +11,6 @@ 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 2d042fd

Please sign in to comment.