- // Specifies whether to run full tests (true) or smoke tests (false)
-@@ -1817,6 +1817,16 @@ allprojects {
- apply plugin: "java"
- sourceCompatibility = 10
-
-+ configurations.all {
-+ resolutionStrategy {
-+ dependencySubstitution {
-+ // The maven property ${osgi.platform} is not handled by Gradle
-+ // so we replace the dependency, using the osgi platform from the project settings
-+ substitute module('org.eclipse.platform:org.eclipse.swt.${osgi.platform}') with module("org.eclipse.platform:org.eclipse.swt.gtk.linux.x86_64:3.115.0")
-+ }
-+ }
-+ }
-+
- // By default all of our projects require junit for testing so we can just