mirror of
https://github.com/TeamPiped/reqwest4j.git
synced 2024-08-14 23:54:39 +00:00
Add sources, javadocs and change group.
This commit is contained in:
parent
9c3e6795ee
commit
0ca2941973
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue