Created
March 24, 2018 11:38
-
-
Save jirkafm/2479047c6f79d0b2c17c3df2503e8211 to your computer and use it in GitHub Desktop.
gradle-and-eclipse-rcp-differences
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/gradle.properties b/gradle.properties | |
index ac24286..eec74b2 100644 | |
--- a/gradle.properties | |
+++ b/gradle.properties | |
@@ -7,12 +7,12 @@ org=diffplug | |
# Build requirements | |
VER_JAVA=1.8 | |
-VER_GOOMPH=3.8.0 | |
+VER_GOOMPH=3.13.0 | |
VER_BND_PLATFORM=1.5.0 | |
VER_SPOTLESS=3.5.1 | |
# The version of PDE (and eclipse platform plugins) | |
-GOOMPH_PDE_VER=4.5.2 | |
+GOOMPH_PDE_VER=4.7.2 | |
# Uncomment these to use a non-official release (e.g. nightly) | |
#GOOMPH_PDE_UDPATE_SITE= | |
#GOOMPH_PDE_ID= | |
@@ -23,7 +23,4 @@ VER_JUNIT=4.12 | |
# Compile | |
VER_DURIAN=1.2.0 | |
VER_DURIAN_RX=2.0.0 | |
-VER_DURIAN_SWT=2.0.0 | |
- | |
-# Testing | |
-VER_JUNIT=4.12 | |
+VER_DURIAN_SWT=2.0.0 | |
\ No newline at end of file | |
diff --git a/target.p2/build.gradle b/target.p2/build.gradle | |
index 9872cbc..4897a80 100644 | |
--- a/target.p2/build.gradle | |
+++ b/target.p2/build.gradle | |
@@ -4,7 +4,7 @@ import com.diffplug.gradle.pde.EclipseRelease | |
apply plugin: 'com.diffplug.gradle.p2.asmaven' | |
p2AsMaven { | |
group 'eclipse-deps', { | |
- repoEclipse '4.5.2' | |
+ repoEclipse '4.7.2' | |
feature 'org.eclipse.equinox.executable' | |
feature 'org.eclipse.rcp.configuration' | |
feature 'org.eclipse.platform' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment