Skip to content

Commit

Permalink
Sometimes 'java-library' not need for subproject
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-git committed Oct 30, 2024
1 parent 0486739 commit 5b2f370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.github.spotbugs.snom.Confidence

plugins {
id 'java-library'
id 'java'
id 'idea'
id 'jacoco'
alias(libs.plugins.spotbugs)
Expand Down Expand Up @@ -51,8 +51,6 @@ allprojects {
}

subprojects {
apply plugin: 'java-library'

java {
toolchain {
languageVersion = JavaLanguageVersion.of(21)
Expand Down
1 change: 1 addition & 0 deletions mnt/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
plugins {
id 'java-library'
alias(libs.plugins.javamodularity.moduleplugin)
alias(libs.plugins.johnrengelman.shadow)
alias(libs.plugins.micronaut.application)
Expand Down

0 comments on commit 5b2f370

Please sign in to comment.