Closed Ygarr closed 2 years ago
Hello @Ygarr
The release date needs to be updated in release.properties to shut off the warning message.
This is because Java 17 doesn't have support for Security Manager by default. You can enable it by adding a system property: -Djava.security.manager=allow
If this doesn't makes sense, please wait for a few more days. I will try to get the project up again.
changed release properties with parameter kinda "Version: 0.4-prealpha Published on: 2022-07-18 " and switch java from 18 to 17 without -Djava.security.manager=allow and it builded somehow. Thanks
changed the release.properties like
version.string = 0.4-prealpha version.number = 0 version.name = anonymous version.releaseDate = 2022-07-18
and warning disappears.
Thanks for confirming. Closed via 37ec75777d8d115bac15b18aa73bda2e3d90a46b
Will make a new release soon.
Hello, build failed with these notifications