mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
adjust gradle publish coordinates
This commit is contained in:
parent
978f86b25c
commit
d2809f2c4d
10
build.gradle
10
build.gradle
@ -129,10 +129,12 @@ publishing {
|
||||
from components.java
|
||||
|
||||
artifact(javadocJar)
|
||||
|
||||
module "classpath-avian"
|
||||
}
|
||||
|
||||
create("tools-${currentPlatformArch}", IvyPublication) {
|
||||
module "avian-tools-${currentPlatformArch}"
|
||||
create("tools-avian-${currentPlatformArch}", IvyPublication) {
|
||||
module "tools-avian-${currentPlatformArch}"
|
||||
|
||||
def publishBinSuffix = currentPlatform == "windows" ? "exe" : "bin"
|
||||
def binSuffix = currentPlatform == "windows" ? ".exe" : ""
|
||||
@ -155,12 +157,12 @@ publishing {
|
||||
binSuffix = ".${publishBinSuffix}"
|
||||
}
|
||||
|
||||
module "${project.name}-${platform.name}"
|
||||
module "runtime-avian-${platform.name}"
|
||||
|
||||
artifact("${nativeBuildDir}/avian${binSuffix}") {
|
||||
name "avian"
|
||||
type publishBinSuffix
|
||||
extension publishBinSuffix
|
||||
extension binSuffix
|
||||
}
|
||||
|
||||
artifact("${nativeBuildDir}/libavian.a") {
|
||||
|
@ -1,4 +1,4 @@
|
||||
org.gradle.daemon=true
|
||||
|
||||
group=com.readytalk
|
||||
group=com.readytalk.avian
|
||||
version=1.1.0-SNAPSHOT
|
Loading…
Reference in New Issue
Block a user