Skip to content

Commit bb03d02

Browse files
committed
Maybe??
1 parent e9bcd89 commit bb03d02

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version '0.3.0'
99

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

12-
subprojects {
12+
allprojects {
1313
apply plugin: 'java'
1414
apply plugin: "java-library"
1515
apply plugin: 'maven-publish'
@@ -75,10 +75,6 @@ subprojects {
7575
}
7676
}
7777

78-
tasks.withType(GenerateModuleMetadata) {
79-
enabled = false
80-
}
81-
8278
afterEvaluate {
8379
javadoc {
8480
source(subprojects.collect { subproject ->

0 commit comments

Comments
 (0)