--- old/./build.gradle 2018-04-06 23:33:41.895266600 +0530 +++ new/./build.gradle 2018-04-06 23:33:40.942752200 +0530 @@ -3545,6 +3545,13 @@ compileJava.dependsOn(copyWrappers); test { + if (!IS_COMPILE_WEBKIT) { + println "***************************************************************************************" + println "*** running web tests without building webkit ***" + println "*** webkit native library will be picked up from JDK and few web test cases may fail ***" + println "*** make sure you copy webkit native library from recent build ***" + println "***************************************************************************************" + } // Run web tests in headless mode systemProperty 'glass.platform', 'Monocle' systemProperty 'monocle.platform', 'Headless'