Now build against java 1.7

This commit is contained in:
Modmuss50 2015-12-05 20:27:57 +00:00
parent 8d0cc231d6
commit 7c039f3105

View file

@ -20,6 +20,7 @@ apply plugin: 'maven'
apply plugin: 'maven-publish'
sourceCompatibility = 1.7
targetCompatibility = 1.7
repositories {