File tree Expand file tree Collapse file tree 3 files changed +5
-19
lines changed
Expand file tree Collapse file tree 3 files changed +5
-19
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,7 @@ if (useRetroLambda) {
77
88mainClassName = " fj.demo.euler.Problem2"
99
10- if (useRetroLambda) {
11- retrolambda {
12- jdk System . getenv(newJdkEnvVar)
13- oldJdk System . getenv(oldJdkEnvVar)
14- javaVersion retroLambdaTarget
15- }
16- }
10+ configureAllRetroLambda()
1711
1812dependencies {
1913 compile project(" :core" )
Original file line number Diff line number Diff line change 11
22if (useRetroLambda) {
33 apply plugin : ' me.tatarka.retrolambda'
4-
5- retrolambda {
6- jdk System . getenv(newJdkEnvVar)
7- oldJdk System . getenv(oldJdkEnvVar)
8- javaVersion retroLambdaTarget
9- }
104}
115
6+ configureAllRetroLambda()
7+
128dependencies {
139 compile project(" :quickcheck" )
1410 testCompile dependencyJunit
Original file line number Diff line number Diff line change 55
66if (useRetroLambda) {
77 apply plugin : ' me.tatarka.retrolambda'
8-
9- retrolambda {
10- jdk System . getenv(newJdkEnvVar)
11- oldJdk System . getenv(oldJdkEnvVar)
12- javaVersion retroLambdaTarget
13- }
148}
159
10+ configureAllRetroLambda()
11+
1612archivesBaseName = " ${ project.projectName} -${ project.name} "
1713
1814dependencies {
You can’t perform that action at this time.
0 commit comments