mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 23:04:49 +01:00
ci: attempt with publications
This commit is contained in:
parent
9f3177e22e
commit
21b76767bd
1 changed files with 13 additions and 0 deletions
13
dist/java/build.gradle
vendored
13
dist/java/build.gradle
vendored
|
@ -117,6 +117,19 @@ tasks.register('nativeBuild', Jar) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
publishing {
|
||||||
|
publications {
|
||||||
|
mavenJava(MavenPublication) {
|
||||||
|
artifact jar
|
||||||
|
//artifact sourcesJar
|
||||||
|
//artifact javadocJar
|
||||||
|
artifact windowsJar
|
||||||
|
artifact linuxJar
|
||||||
|
artifact macosJar
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
import com.vanniktech.maven.publish.SonatypeHost
|
import com.vanniktech.maven.publish.SonatypeHost
|
||||||
mavenPublishing {
|
mavenPublishing {
|
||||||
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL) //, true) // TODO re-enable autopublish!
|
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL) //, true) // TODO re-enable autopublish!
|
||||||
|
|
Loading…
Reference in a new issue