File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Gradle and Eclipse RCP
2
2
3
- ### Version 1.0.0 - TBD
3
+ ### Version 1.0.0 - July 14th 2016
4
+
5
+ This version tests that you can clone, then run
6
+
7
+ - ` gradlew ide `
8
+ - ` gradlew assemble.all `
9
+
10
+ and get a nice IDE on win/mac/linux, and that it will generate launcher artifacts for win/mac/linux.
11
+
12
+ It has a known bug ([ #4 ] ( https://github.com/diffplug/gradle_and_eclipse_rcp/issues/4 ) ) regarding the mac launcher when building on mac.
Original file line number Diff line number Diff line change 1
- stable =none
2
- version =1.0.0.SNAPSHOT
1
+ stable =1.0.0
2
+ version =1.0.0
3
3
name =gradle_and_eclipse_rcp
4
4
group =com.diffplug.talks
5
5
description =Gradle and Eclipse RCP
6
6
org =diffplug
7
7
8
8
# Build requirements
9
9
VER_JAVA =1.8
10
- VER_GOOMPH =3.0.1-SNAPSHOT
10
+ VER_GOOMPH =3.0.1
11
11
VER_BND_PLATFORM =1.4.0
12
12
13
13
# The version of PDE (and eclipse platform plugins)
You can’t perform that action at this time.
0 commit comments