13
0
geforkt von Mirrors/Velocity

Enable multi-release flag to improve Java 9+ compatibility

Dieser Commit ist enthalten in:
Andrew Steinborn 2019-04-25 19:12:22 -04:00
Ursprung 5d10b16145
Commit e9950da0c5

Datei anzeigen

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