Tako Schotanus
Tako Schotanus
Personally I think we should upgrade the Gradle version but I think @maxandersen postponed this for compatibility reasons. But perhaps any problems that existed before have gone away in the...
Perhaps a regression again in the Disco API?
I'm guessing that he's suggesting a feature where any code in the build file gets (compiled and) executed before doing the compilation of the script. A bit like my build...
@linux-china my proposal was actually to add an option like `//BUILDSTEP build.java` (or `//BUILDSTAGE` or `//ONBUILD`, name still to be decided) which would point to a separate source file that...
That's not a bad idea. 👍
> This would probably better to be environment variables rather than system properties True, but I don't think we can actually do that. Or at least not easily. Because of...
Ok, there's still an issue with the new code not taking into account the `JBANG_REPO` setting.
> running this I get these failed tests locally: You might have to investigate yourself because all tests run fine for me locally and they've passed online as well.
> why is it not showing resolve of io.quarkus:quarkus-bom:2.11.2.Final@pom? Well, that's actually because I'm filtering out @pom entries, if not every line would be duplicated, once for the `@pom` and...
> running jbang jreleaser-snapshot@jreleaser it seems stuck at "resolving dependencies..." Not sure what's going on tbh, but the old code has the same problem. The only difference is is that...