GT-3062: added comment to ambiguous build code

This commit is contained in:
adamopolous 2019-08-07 06:42:30 -04:00
parent aee9b170eb
commit c5c3bc80f6

View File

@ -9,6 +9,8 @@ eclipse.project.name = '_Integration Test'
*********************************************************************************/
dependencies {
// integrationtest module may depend on other projects in this repo; add them
// here
rootProject.subprojects { p ->
p.plugins.withType(JavaPlugin) {
def projectPath = p.projectDir.path.replace(File.separator, "/")