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
|
from components.java
|
||||||
|
|
||||||
artifact(javadocJar)
|
artifact(javadocJar)
|
||||||
|
|
||||||
|
module "classpath-avian"
|
||||||
}
|
}
|
||||||
|
|
||||||
create("tools-${currentPlatformArch}", IvyPublication) {
|
create("tools-avian-${currentPlatformArch}", IvyPublication) {
|
||||||
module "avian-tools-${currentPlatformArch}"
|
module "tools-avian-${currentPlatformArch}"
|
||||||
|
|
||||||
def publishBinSuffix = currentPlatform == "windows" ? "exe" : "bin"
|
def publishBinSuffix = currentPlatform == "windows" ? "exe" : "bin"
|
||||||
def binSuffix = currentPlatform == "windows" ? ".exe" : ""
|
def binSuffix = currentPlatform == "windows" ? ".exe" : ""
|
||||||
@ -155,12 +157,12 @@ publishing {
|
|||||||
binSuffix = ".${publishBinSuffix}"
|
binSuffix = ".${publishBinSuffix}"
|
||||||
}
|
}
|
||||||
|
|
||||||
module "${project.name}-${platform.name}"
|
module "runtime-avian-${platform.name}"
|
||||||
|
|
||||||
artifact("${nativeBuildDir}/avian${binSuffix}") {
|
artifact("${nativeBuildDir}/avian${binSuffix}") {
|
||||||
name "avian"
|
name "avian"
|
||||||
type publishBinSuffix
|
type publishBinSuffix
|
||||||
extension publishBinSuffix
|
extension binSuffix
|
||||||
}
|
}
|
||||||
|
|
||||||
artifact("${nativeBuildDir}/libavian.a") {
|
artifact("${nativeBuildDir}/libavian.a") {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
|
|
||||||
group=com.readytalk
|
group=com.readytalk.avian
|
||||||
version=1.1.0-SNAPSHOT
|
version=1.1.0-SNAPSHOT
|
Loading…
Reference in New Issue
Block a user