Switch to Corda 5 Beta 1 and fix publishToMavenlocal
This commit is contained in:
parent
2dffb38587
commit
7dd7382b37
@ -47,7 +47,8 @@ publishing {
|
|||||||
artifactId "corda-CSDE-java-sample"
|
artifactId "corda-CSDE-java-sample"
|
||||||
groupId project.group
|
groupId project.group
|
||||||
artifact jar
|
artifact jar
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
jacksonVersion = 2.13.4
|
jacksonVersion = 2.13.4
|
||||||
unirestVersion=3.13.10
|
unirestVersion=3.13.10
|
||||||
|
|
||||||
cordaApiVersion=5.0.0.523-Fox1.0-RC03
|
cordaApiVersion=5.0.0.523-Fox1.0
|
||||||
|
|
||||||
# R3 internal repository
|
# R3 internal repository
|
||||||
artifactoryContextUrl=https://staging.download.corda.net/maven/20ede3c6-29c0-11ed-966d-b7c36748b9f6-Fox1.0-RC03
|
artifactoryContextUrl=https://staging.download.corda.net/maven/20ede3c6-29c0-11ed-966d-b7c36748b9f6-Fox1.0
|
||||||
|
@ -2,15 +2,15 @@ kotlin.code.style=official
|
|||||||
|
|
||||||
# Specify the version of the Corda-API to use.
|
# Specify the version of the Corda-API to use.
|
||||||
# This needs to match the version supported by the Corda Cluster the CorDapp will run on.
|
# This needs to match the version supported by the Corda Cluster the CorDapp will run on.
|
||||||
cordaApiVersion=5.0.0.523-Fox1.0-RC03
|
cordaApiVersion=5.0.0.523-Fox1.0
|
||||||
|
|
||||||
# Settings For Development Utilities
|
# Settings For Development Utilities
|
||||||
combinedWorkerVersion=5.0.0.0-Fox1.0-RC03
|
combinedWorkerVersion=5.0.0.0-Fox1.0
|
||||||
simulatorVersion=5.0.0.0-Fox1.0-RC03
|
simulatorVersion=5.0.0.0-Fox1.0
|
||||||
|
|
||||||
# Specify the version of the notary plugins to use.
|
# Specify the version of the notary plugins to use.
|
||||||
# Currently packaged as part of corda-runtime-os, so should be set to a corda-runtime-os version.
|
# Currently packaged as part of corda-runtime-os, so should be set to a corda-runtime-os version.
|
||||||
cordaNotaryPluginsVersion=5.0.0.0-Fox1.0-RC03
|
cordaNotaryPluginsVersion=5.0.0.0-Fox1.0
|
||||||
|
|
||||||
|
|
||||||
# Specify the version of the cordapp-cpb and cordapp-cpk plugins
|
# Specify the version of the cordapp-cpb and cordapp-cpk plugins
|
||||||
@ -39,4 +39,4 @@ devEnvWorkspace=workspace
|
|||||||
dbContainerName=CSDEpostgresql
|
dbContainerName=CSDEpostgresql
|
||||||
|
|
||||||
# R3 internal repository
|
# R3 internal repository
|
||||||
artifactoryContextUrl=https://staging.download.corda.net/maven/20ede3c6-29c0-11ed-966d-b7c36748b9f6-Fox1.0-RC03
|
artifactoryContextUrl=https://staging.download.corda.net/maven/20ede3c6-29c0-11ed-966d-b7c36748b9f6-Fox1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user