--- old/./build.gradle 2018-10-10 16:43:24.106662979 +0530 +++ new/./build.gradle 2018-10-10 16:43:23.870662979 +0530 @@ -340,11 +340,11 @@ // Define the SWT.jar that we are going to have to download during the build process based // on what platform we are compiling from (not based on our target). -ext.SWT_FILE_NAME = IS_MAC ? "org.eclipse.swt.cocoa.macosx.x86_64_3.7.2.v3740f" : - IS_WINDOWS && IS_64 ? "org.eclipse.swt.win32.win32.x86_64_3.7.2.v3740f" : - IS_WINDOWS && !IS_64 ? "org.eclipse.swt.win32.win32.x86_3.7.2.v3740f" : - IS_LINUX && IS_64 ? "org.eclipse.swt.gtk.linux.x86_64_3.7.2.v3740f" : - IS_LINUX && !IS_64 ? "org.eclipse.swt.gtk.linux.x86_3.7.2.v3740f" : "" +ext.SWT_FILE_NAME = IS_MAC ? "org.eclipse.swt.cocoa.macosx.x86_64_3.105.3.v20170228-0512" : + IS_WINDOWS && IS_64 ? "org.eclipse.swt.win32.win32.x86_64_3.105.3.v20170228-0512" : + IS_WINDOWS && !IS_64 ? "org.eclipse.swt.win32.win32.x86_3.105.3.v20170228-0512" : + IS_LINUX && IS_64 ? "org.eclipse.swt.gtk.linux.x86_64_3.105.3.v20170228-0512" : + IS_LINUX && !IS_64 ? "org.eclipse.swt.gtk.linux.x86_3.105.3.v20170228-0512" : "" // Build javadocs only if BUILD_JAVADOC=true defineProperty("BUILD_JAVADOC", "false") @@ -1139,7 +1139,7 @@ repositories { mavenCentral() ivy { - url "http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800/plugins/" + url "http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/" layout "pattern", { artifact "[artifact].[ext]" }