-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update build page, using JDK 14 #2173
base: master
Are you sure you want to change the base?
Conversation
@Zemogiter essentially you are saying that you need Java 13 to successfully run the build tool? |
I have two issues against this an update to Java 13:
On another note it may be worth thinking about using Java 14 after it is released because it is planned to come with the new packaging tool, see also here. |
@madoar yes I need java 13 to run the build tool and according to this: |
Yes, you are right about that. I mainly wanted to say that Java 14 comes brings additional benefits to Phoenicis (i.e. the final release of the packaging tool), which could be worth it to think about using Java 14 at least for building the installer packages. |
@qparis should take a look at the packaging with Java 14. |
We should update this to Java 17. |
Solves the #2115 so .deb package is working.
As for the optional step, I was unable to find a working link so I've removed it for now.