mirror of
https://github.com/jneug/zeichenmaschine.git
synced 2026-04-14 06:33:34 +02:00
Gradle Tasks für source und javadoc jars
This commit is contained in:
@@ -6,6 +6,11 @@ plugins {
|
||||
group 'schule.ngb'
|
||||
version '0.0.32-SNAPSHOT'
|
||||
|
||||
java {
|
||||
withSourcesJar()
|
||||
withJavadocJar()
|
||||
}
|
||||
|
||||
compileJava {
|
||||
options.release = 11
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user