Enable multi-release flag to improve Java 9+ compatibility

This commit is contained in:
Andrew Steinborn
2019-04-25 19:12:22 -04:00
parent 5d10b16145
commit e9950da0c5

View File

@@ -19,6 +19,7 @@ jar {
attributes 'Implementation-Title': "Velocity"
attributes 'Implementation-Version': version
attributes 'Implementation-Vendor': "Velocity Contributors"
attributes 'Multi-Release': 'true'
}
}