Andres Almiray
Andres Almiray
@gunnarmorling two things of note here: 1. The `org.jenkins-ci:jenkins:pom:1.26` file is flagged as unreachable from central but that clearly is not the case when you query MC directly. This makes...
A few things: - there is no need to add the `layrry-aggregator` dependency to your build. - if you want to use Layrry's API to create your own launcher then...
It's worth mentioning that marking the module as `open` did not make a difference.
@p-zalejko thank you for posting this analysis, this particular `FXMLLoader` setup would have to be documented in Layrry's docs, in a section specific to JavaFX. Regarding the use of a...
Hi Martjin, could you add the output of `mvn --version`? Thanks! 😄
It may be related to https://github.com/moditect/layrry/issues/77 I've got the same compilation error when running a full build with JDK 11, however the build succeeds (locally) if JDK 15 is used....
Thanks @karianna. May I suggest you to try out the build with JDK 15+?
Indeed. Tests were working fine with Vert.x `3.x`. Upgraded to Vert.x `4.x` as soon as it was released. Have to check if there's a difference in behavior between the two...
I suppose we could switch back to `3.x` for the sake of automated tests. Yet the cause of the breakage with `4.x` would still have to be found.
Alright. Moved Vert.x back to `3.9.5` and gave a twirl. Test breaks with JDK11 (with the same reported exception) but succeeds with JDK15. This might not be related to the...