Fix Gradle warning for example-code project. (#2013)

This commit is contained in:
Chris Rankin 2017-11-08 12:30:23 +00:00 committed by GitHub
parent a036a6300c
commit c7ec9ad8ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'