v1.2.0: fixed a module typo in jpackage config

This commit is contained in:
Evan Debenham
2022-01-26 20:00:02 -05:00
parent 17d4dda402
commit 6b4d608022

View File

@@ -45,7 +45,7 @@ runtime {
'java.desktop', 'java.desktop',
'jdk.unsupported', 'jdk.unsupported',
'jdk.crypto.cryptoki', 'jdk.crypto.cryptoki',
'jdk.managment'] 'jdk.management']
options = ['--strip-debug', options = ['--strip-debug',
'--compress', '2', '--compress', '2',
'--no-header-files', '--no-header-files',