Force compiling against J8

This commit is contained in:
Pahimar 2016-05-18 21:43:16 -04:00
parent 7ab8133cad
commit e0e0aec1d6
1 changed files with 3 additions and 0 deletions

View File

@ -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'