-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-project system test. #411
Conversation
ef2338d
to
08ccb5a
Compare
@advayDev1 - I'll review this later tonight |
SG. I'm about to PR Automatic Dependency resolution which extends this PR. |
I noticed that commonly a http://remote/lib.jar will have the library On Tue, Aug 25, 2015 at 4:54 PM Advay Mengle [email protected]
|
All done at #420 |
jcenter() | ||
} | ||
dependencies { | ||
classpath fileTree(dir: '../../build/libs', include: ['*.jar']) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this because it's the build/libs
directory from off ROOT_DIR? Please add explanation for ../../
parent directory.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it is the output of the plugin build. noted
e070650
to
157998a
Compare
ptal @brunobowden . repushed and passing. |
} | ||
|
||
dependencies { | ||
compile 'com.google.guava:guava:17.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add note that you're intentionally adding guava to test the e2e compile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
LGTM - though see if you can think of a better name than |
That is quite intentional. I think we'll have multiProject2... N |
157998a
to
e8a7f50
Compare
#407