Set the rootProject.name to make sure we build the right libraries regardless of checkout path

For some reason Jenkins is cloning the repository into "jobname/workspace"
instead of "jobname/jem"
This commit is contained in:
R. Tyler Croy 2015-11-01 15:15:00 -08:00
parent dc7339127d
commit f07368868d
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 0 deletions

1
settings.gradle Normal file
View File

@ -0,0 +1 @@
rootProject.name = 'jem'