Skip to content

Commit

Permalink
Maybe??
Browse files Browse the repository at this point in the history
  • Loading branch information
XyperCode committed May 7, 2024
1 parent e9bcd89 commit bb03d02
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version '0.3.0'

mkdir("${rootProject.projectDir}/.mvnrepo")

subprojects {
allprojects {
apply plugin: 'java'
apply plugin: "java-library"
apply plugin: 'maven-publish'
Expand Down Expand Up @@ -75,10 +75,6 @@ subprojects {
}
}

tasks.withType(GenerateModuleMetadata) {
enabled = false
}

afterEvaluate {
javadoc {
source(subprojects.collect { subproject ->
Expand Down

0 comments on commit bb03d02

Please sign in to comment.