mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Fix Gradle warning for example-code project. (#2013)
This commit is contained in:
parent
a036a6300c
commit
c7ec9ad8ac
@ -33,7 +33,8 @@ include 'tools:explorer:capsule'
|
||||
include 'tools:demobench'
|
||||
include 'tools:loadtest'
|
||||
include 'tools:graphs'
|
||||
include 'docs/source/example-code' // Note that we are deliberately choosing to use '/' here. With ':' gradle would treat the directories as actual projects.
|
||||
include 'example-code'
|
||||
project(':example-code').projectDir = file("$settingsDir/docs/source/example-code")
|
||||
include 'samples:attachment-demo'
|
||||
include 'samples:trader-demo'
|
||||
include 'samples:irs-demo'
|
||||
|
Loading…
Reference in New Issue
Block a user