Fix #57: springloaded built with -1.5

This commit is contained in:
Andy Clement
2014-04-09 13:10:52 -07:00
parent 1b96b3da84
commit d40246102d

View File

@@ -3,6 +3,8 @@ apply plugin: 'maven'
group = "org.springframework"
jar.baseName = 'springloaded'
sourceCompatibility = 1.5
targetCompatibility = 1.5
task writeNewPom << {
pom {