--- old/./build.gradle 2018-01-29 12:14:19.959919528 +0530 +++ new/./build.gradle 2018-01-29 12:14:19.751919528 +0530 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -1768,6 +1768,12 @@ exclude("**/com/sun/javafx/application/Swing*.*"); } + dependencies { + testCompile project(":graphics").sourceSets.test.output + testCompile project(":base").sourceSets.test.output + testCompile project(":controls").sourceSets.test.output + } + forkEvery = 1 } }