gngrOrg / gngr

a cross-platform browser focussed on privacy.
https://gngr.info
287 stars 60 forks source link

Cannot run #277

Closed Ygarr closed 2 years ago

Ygarr commented 2 years ago

Hello, build failed with these notifications 2022-07-30_08-20 2022-07-30_08-21

hrj commented 2 years ago

Hello @Ygarr

  1. The release date needs to be updated in release.properties to shut off the warning message.

  2. 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.

Ygarr commented 2 years ago

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

Ygarr commented 2 years ago

changed the release.properties like

version.string = 0.4-prealpha version.number = 0 version.name = anonymous version.releaseDate = 2022-07-18

and warning disappears.

hrj commented 2 years ago

Thanks for confirming. Closed via 37ec75777d8d115bac15b18aa73bda2e3d90a46b

Will make a new release soon.