Fix project names in gradle samples

This commit is contained in:
Dave Syer
2016-07-19 09:23:22 +01:00
parent 7c4fc6dc78
commit f7aa68e41b
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
rootProject.name = 'contract-verifier-sample-stream-sink'
rootProject.name = 'stream-sink'

View File

@@ -1 +1 @@
rootProject.name = 'contract-verifier-sample-stream-source'
rootProject.name = 'stream-source'