Skip to content

Commit 7a70039

Browse files
committed
Fixes classescore double requring levelingcore when used in levelingcores project.
1 parent 227185f commit 7a70039

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ plugins {
77
id 'com.azuredoom.hytalepublisher' version '1.1.1'
88
}
99

10+
tasks.withType(GenerateModuleMetadata).configureEach {
11+
enabled = false
12+
}
13+
1014
javadoc {
1115
options.addStringOption('Xdoclint:-missing', '-quiet')
1216
}

0 commit comments

Comments
 (0)