File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 11plugins {
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-
4439def localProperties = new Properties ()
4540def localPropertiesFile = project. rootProject. file(' local.properties' )
4641if (localPropertiesFile. exists()) {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments