jtulach commented on PR #9125:
URL: https://github.com/apache/netbeans/pull/9125#issuecomment-3724023862
> If we would nicely ask Gradle to initialize the project with Gradle 8
wrapper that would make the project "kind of buildable"
- I think it is OK to remove the `gradle.htmlui` project template
- especially when I don't want to spend time to fix it
- the flagship demo of this _"JavaFX Lite"_ effort currently is
http://javafx.apidesign.org/
- the [Try it Yourself](http://javafx.apidesign.org/#tryityourself) section
suggests:
```
$ git clone -b GradleDemo https://github.com/jtulach/bck2brwsr.git gradledemo
$ cd gradledemo
$ JAVA_HOME=/jdk-11 ./gradlew -t bck2brwsrShow
```
- that continues to work as it fixes Gradle to 7.0 version and JDK to JDK 11
- it would be nice, if that project could be opened in the most recent
version of NetBeans, however when I try I see:
<img width="1019" height="607" alt="image"
src="https://github.com/user-attachments/assets/5e5fb599-ffa2-493e-8a93-7272af7b1d45"
/>
- and when I try to switch the JDK, I cannot. Everything is disabled:
<img width="1297" height="348" alt="image"
src="https://github.com/user-attachments/assets/daba7600-fc5e-46af-8369-9cb2612a015b"
/>
- the project used to work when I created it (of course)
- I attribute the failure to open the project to the "inherent
incompatibility" that Gradle ecosystem accepts
- but I don't want to accept a necessity to update every project I have
to latest Gradle and latest JDK every six months
- if there is some simple way to fix the problem, I'd be thankful for an
advice
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists