Update router and Java versions in build.gradle after prop

This commit is contained in:
str4d
2015-12-29 21:16:42 +00:00
parent fccd0dad78
commit 3c383ca874

View File

@ -10,10 +10,10 @@ subprojects {
testCompile 'junit:junit:4.+' testCompile 'junit:junit:4.+'
} }
sourceCompatibility = 1.5 sourceCompatibility = 1.6
jar { jar {
manifest { manifest {
attributes 'Implementation-Version': '0.9.13-8' attributes 'Implementation-Version': '0.9.23-18'
} }
} }
} }