Add sources, javadocs and change group.

This commit is contained in:
Kavin 2023-01-29 21:53:34 +00:00
parent 9c3e6795ee
commit 0ca2941973
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 6 additions and 1 deletions

View File

@ -32,7 +32,12 @@ rustImport {
layout = "hierarchical"
}
group = 'rocks.kavin.reqwest4j'
java {
withSourcesJar()
withJavadocJar()
}
group = 'rocks.kavin'
version = '1.0'
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17