From e0e0aec1d63bdce96a4a48662fd7ab69c687dfa5 Mon Sep 17 00:00:00 2001 From: Pahimar Date: Wed, 18 May 2016 21:43:16 -0400 Subject: [PATCH] Force compiling against J8 --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index b718a7e6..9819f660 100644 --- a/build.gradle +++ b/build.gradle @@ -20,6 +20,9 @@ apply plugin: 'forge' apply plugin: 'curseforge' apply plugin: 'maven' +sourceCompatibility = 1.8 +targetCompatibility = 1.8 + repositories { maven { // the repo from which to get NEI and stuff name 'CB Repo'