Jérémie Bresson
Jérémie Bresson
I can not reproduce your issue. This works for me, with the test project https://gitlab.com/jmini/test_project/ Tested with this jbang script: ```java ///usr/bin/env jbang "$0" "$@" ; exit $? import org.gitlab4j.api.GitLabApi;...
I can't log in to your private gitlab instance. Maybe you can try to reproduce it on a public project on gitlab.com. I am using gitlab4j with an on-prem gitlab...
This seems to be a good addition… Pull requests are welcome.
Probably here: https://github.com/jbangdev/jbang/blob/826755c427070d2b69e88256a164658160bbedc6/src/main/java/dev/jbang/cli/Edit.java#L454-L468 Just before `renderTemplate(..)` (after the first change for jitpack) the `depIds` List could be inspected and entries ending with `:RELEASE` could be replaced: --> `:RELEASE` to `:latest.release`...
@maxandersen If I want to contribute this to jbang, where should the translation between maven `RELEASE` to gradle style `latest.release` be located?
Couldn't it be something that is controlled in the comments of the file itself? Similar to other keywords like: `//DEPS`, `//REPOS`, `//JAVA`. I would prefer having it in the source...
@maxandersen @quintesse we would be very interested by this feature, since we currently can't execute a client library that is built with quarkus but that has no dependency on quarkus....
This works perfectly. See: https://github.com/orgs/jbangdev/discussions/1774#discussioncomment-11761212 Thank you very much.
Installation details: "Features" and "Plug-in Registry" lists ``` *** Features: org.eclipse.cdt (11.6.0.202406041555) "Eclipse C/C++ Development Tools" org.eclipse.cdt.autotools (11.6.0.202403071917) "Autotools UI Plug-in" org.eclipse.cdt.gdb (11.6.0.202403071917) "GDB Common" org.eclipse.cdt.gnu.build (11.6.0.202405281925) "GCC ToolChain Support...
This is broken on Linux as well. I have pushed a reproducer to build something similar to the custom eclipse I have mentioned: https://github.com/jmini/tycho-experiments/tree/master/eide The product has to be built...