Skip to content

Commit 11a144e

Browse files
Updating gradle and removing retrolambda
1 parent 8b66f9b commit 11a144e

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
plugins {
2-
id "me.tatarka.retrolambda" version "3.7.1"
32
id 'java-library'
43
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
54
id 'com.diffplug.spotless' version '5.14.0'
@@ -37,10 +36,6 @@ dependencies {
3736
api 'net.sourceforge.streamsupport:streamsupport-cfuture:1.7.0'
3837
}
3938

40-
retrolambda {
41-
javaVersion JavaVersion.VERSION_1_7
42-
}
43-
4439
def localProperties = new Properties()
4540
def localPropertiesFile = project.rootProject.file('local.properties')
4641
if (localPropertiesFile.exists()) {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)