chore: added sources and javadocs jars generation

This commit is contained in:
zaaarf 2023-03-04 17:17:25 +01:00
parent 52898ed2f1
commit 8695612c58
No known key found for this signature in database
GPG key ID: AD8563472FD43386

View file

@ -6,7 +6,12 @@ plugins {
archivesBaseName = 'processor'
version = gitVersion()
java.toolchain.languageVersion = JavaLanguageVersion.of(8)
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
withSourcesJar()
withJavadocJar()
}
repositories {
mavenCentral()