and again
Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/9db5ff57 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/9db5ff57 Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/9db5ff57 Branch: refs/heads/master Commit: 9db5ff5779c292cd04c5f5ca5ec5b4c7941aac64 Parents: 3850c89 Author: Dale LaBossiere <[email protected]> Authored: Thu Sep 22 18:36:48 2016 -0400 Committer: Dale LaBossiere <[email protected]> Committed: Tue Sep 27 16:04:08 2016 -0400 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/9db5ff57/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index d909887..679f7d8 100644 --- a/build.gradle +++ b/build.gradle @@ -463,7 +463,7 @@ subprojects { classpath = files(sourceSets.test.output.classesDir.toString().replace('test', 'java7Test')) + classpath // Some of the tests have dependencies on other tests, adjust those classpaths too - classpath = files(classpath.collect { it.toString().replace('build/classes/test', 'build/classes/java7test') }) + classpath = files(classpath.collect { it.toString().replace('build/classes/test', 'build/classes/java7Test') }) // Switch from java8 jars to java7 jars classpath = files(classpath.collect { it.toString().replace('java8', 'java7') })
