Skip to content
This repository was archived by the owner on Feb 19, 2019. It is now read-only.

Commit 84bd805

Browse files
committed
Updated Gradle and submodule
1 parent 2cb65cf commit 84bd805

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
}
1616

1717
dependencies {
18-
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
18+
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
1919
classpath 'org.spongepowered:mixingradle:0.4-SNAPSHOT'
2020
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.0'
2121
}
@@ -29,7 +29,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
2929
version '1.0'
3030
group 'me.zero.api'
3131

32-
sourceCompatibility = targetCompatibility = "1.8"
32+
sourceCompatibility = targetCompatibility = '1.8' // Needed so Eclipse task generates correctly
3333
compileJava {
3434
sourceCompatibility = targetCompatibility = '1.8'
3535
}

src/test

Submodule test updated from ed56f12 to 75fddc4

0 commit comments

Comments
 (0)