We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227185f commit 7a70039Copy full SHA for 7a70039
1 file changed
build.gradle
@@ -7,6 +7,10 @@ plugins {
7
id 'com.azuredoom.hytalepublisher' version '1.1.1'
8
}
9
10
+tasks.withType(GenerateModuleMetadata).configureEach {
11
+ enabled = false
12
+}
13
+
14
javadoc {
15
options.addStringOption('Xdoclint:-missing', '-quiet')
16
0 commit comments