Fix typo (thanks zml)

This commit is contained in:
Andrew Steinborn
2021-03-21 16:17:41 -04:00
parent da54a091fb
commit 015693090f

View File

@@ -28,7 +28,7 @@ jar {
attributes 'Implementation-Version': version attributes 'Implementation-Version': version
attributes 'Implementation-Vendor': "Velocity Contributors" attributes 'Implementation-Vendor': "Velocity Contributors"
attributes 'Multi-Release': 'true' attributes 'Multi-Release': 'true'
attributes 'Allow-Opens': 'java.base/java.lang' attributes 'Add-Opens': 'java.base/java.lang'
} }
} }