Skip to content

Commit

Permalink
Yanked retrolambda because it messed with gradle tests. Use Java 8 plz
Browse files Browse the repository at this point in the history
  • Loading branch information
falkreon committed Feb 7, 2017
1 parent 3c795ef commit 01cda0e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ buildscript {
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
classpath 'me.tatarka:gradle-retrolambda:3.2.0'
}
}

apply plugin: 'java'
apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'me.tatarka.retrolambda'


group = "io.github.elytra"
Expand All @@ -30,11 +28,6 @@ version = "MC1.11.2_ver1.07"
sourceCompatibility = 1.8
targetCompatibility = 1.8

retrolambda {
javaVersion JavaVersion.VERSION_1_6
defaultMethods true
}

minecraft {
version = "1.11.2-13.20.0.2226";
mappings = "snapshot_20170205";
Expand Down

0 comments on commit 01cda0e

Please sign in to comment.