Skip to content

Commit 2704557

Browse files
committed
Merge pull request #247 from jbgi/upgrade-retrolambda
Update to latest retrolambda release and gradle plugin.
2 parents 5601959 + 36a0a78 commit 2704557

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ ext {
77
buildscript {
88
ext {
99
uptodateVersion = "1.6.0"
10-
retrolambdaVersion = "3.2.0"
10+
retrolambdaPluginVersion = "3.2.5"
11+
retrolambdaVersion = "2.3.0"
1112
}
1213

1314
repositories {
@@ -18,12 +19,11 @@ buildscript {
1819

1920
dependencies {
2021
classpath "com.ofg:uptodate-gradle-plugin:$uptodateVersion"
21-
classpath "me.tatarka:gradle-retrolambda:$retrolambdaVersion"
22+
classpath "me.tatarka:gradle-retrolambda:$retrolambdaPluginVersion"
2223
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.6.3'
2324
}
2425
}
2526

26-
2727
apply plugin: "jacoco"
2828
apply plugin: 'com.github.kt3k.coveralls'
2929

lib.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ void configureRetroLambda(boolean useRetroLambda, String newJdkEnvVar, String ol
9090
oldJdk System.getenv(oldJdkEnvVar)
9191
javaVersion retroLambdaTarget
9292
}
93+
dependencies {
94+
retrolambdaConfig "net.orfjackal.retrolambda:retrolambda:$retrolambdaVersion"
95+
}
9396
}
9497
}
9598

0 commit comments

Comments
 (0)