We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98d3920 commit 690b1fbCopy full SHA for 690b1fb
gradle.properties
@@ -39,7 +39,7 @@ commonsLangVersion = 3.12.0
39
commonsTextVersion = 1.10.0
40
# Corda API libs revision (change in 4th digit indicates a breaking change)
41
# Change to 5.3.0.xx-SNAPSHOT to pick up maven local published copy
42
-cordaApiVersion=5.3.0.16-beta+
+cordaApiVersion=5.3.0.17-beta+
43
44
disruptorVersion=3.4.4
45
felixConfigAdminVersion=1.9.26
@@ -88,7 +88,7 @@ slingVersion=3.3.6
88
89
# Enables the substitution of binaries for source code if it exists in expected location
90
# Default behaviour is false.
91
-compositeBuild=false
+compositeBuild=true
92
cordaApiLocation=../corda-api
93
jibCoreVersion=0.23.0
94
artifactoryPluginVersion = 4.28.2
0 commit comments