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 bb1d0a1 commit 09afa0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ allprojects {
}

subprojects {
apply plugin: 'java-library'

java {
toolchain {
languageVersion = JavaLanguageVersion.of(22)
Expand Down
1 change: 0 additions & 1 deletion 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 Down

0 comments on commit 09afa0b

Please sign in to comment.