File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ if (JavaVersion.current().isJava8Compatible()) {
1515allprojects {
1616
1717 ext {
18- isSnapshot = true
19- fjBaseVersion = " 4.2-beta-2 "
18+ isSnapshot = false
19+ fjBaseVersion = " 4.2"
2020
2121 snapshotAppendix = " -SNAPSHOT"
2222 fjVersion = fjBaseVersion + (isSnapshot ? snapshotAppendix : " " )
@@ -57,7 +57,7 @@ subprojects {
5757 }
5858
5959 dependencies {
60- classpath ' me.tatarka:gradle-retrolambda:1.3.1 '
60+ classpath ' me.tatarka:gradle-retrolambda:2.5.0 '
6161 }
6262 }
6363
Original file line number Diff line number Diff line change 11
2- apply plugin : ' retrolambda'
2+ apply plugin : ' me.tatarka. retrolambda'
33
44ext {
55 signModule = true
Original file line number Diff line number Diff line change 11
22apply plugin : ' application'
3- apply plugin : ' retrolambda'
3+ apply plugin : ' me.tatarka. retrolambda'
44
55mainClassName = " fj.demo.euler.Problem2"
66
You can’t perform that action at this time.
0 commit comments