Skip to content

Commit

Permalink
Quick port to 1.12, remove RetroLambda. (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkevilmac authored and unascribed committed Jun 23, 2017
1 parent 6e58bd9 commit 0f76f9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ repositories {
}
dependencies {
deobfCompile 'com.elytradev:probedataproviderapi:MC1.11.2_ver1.1.1'
deobfCompile 'com.elytradev:probedataproviderapi:MC1.12_ver1.1.1'
}
```
17 changes: 4 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,33 +12,24 @@ buildscript {
}
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
classpath 'me.tatarka:gradle-retrolambda:3.2.0'
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
}
}

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



group = "com.elytradev"
archivesBaseName = "ProbeDataProviderAPI"
version = "MC1.11.2_ver1.1.1"
version = "MC1.12_ver1.1.1"

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";
version = "1.12-14.21.0.2344"
mappings = "snapshot_20170617"

runDir = "minecraft"

Expand Down

0 comments on commit 0f76f9b

Please sign in to comment.