Skip to content

Commit

Permalink
WIP 314 Fix building of Maven plugin classes
Browse files Browse the repository at this point in the history
They need to be build with Gradle though they are only
relevant to the Maven plugin.
  • Loading branch information
ascheman committed Dec 14, 2024
1 parent 59eff7c commit ec0c7ca
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ allprojects {
}
}

subprojects {
// Exclude the 'donotbuild' subproject from compiling Java code
if (project.name == 'htmlSanityCheck-maven-plugin') {
tasks.withType(JavaCompile) {
enabled = false
}
}
}

dependencies {
// Add all subprojects to the aggregation
subprojects.forEach {
Expand Down

0 comments on commit ec0c7ca

Please sign in to comment.