Added release task (#4423)

This commit is contained in:
yueh
2020-06-19 17:57:47 +02:00
committed by GitHub
parent f14a32809e
commit cd49869df7
3 changed files with 71 additions and 0 deletions
+1
View File
@@ -40,6 +40,7 @@ jar {
}
task javadocs(type: Javadoc) {
classpath = sourceSets.main.compileClasspath
source = sourceSets.api.java
include "appeng/api/**"