Björn Kautler
Björn Kautler
I tried to just use `uses: 'lhotari/action-upterm@v1'` like documented on `macos-latest` and it also did not work. ```plain Example configuration has been installed to: /opt/homebrew/opt/tmux/share/tmux Auto-generating ~/.ssh/known_hosts by attempting connection...
I don't think issuing an `apt-get` will work on Windows where all runner images also have zstd, except for the new arm runners. ;-)
The issue basically is a duplicate of https://github.com/actions/toolkit/issues/543 which I requested years ago already and that was rejected. :-(
Ah, ok, thanks. I probably considered infinity as the exclusive upper bound. But the previous bullet point clearly states that in that case no bound exists, so I'd say this...
Maybe the whole "traditional" dependencies block should be redone to use the new API you also use in jvm test suites block and so on to gain full equality also...
You probably publish the `java` component instead of the `versionCatalog` component.
> I tried with java it is same. With java the mavenPublishLocal is setting variant as apiElements and runtimeElements expected is versionCatalogElements variant. Sure, you did the opposite of what...
Nope, sorry, never used Artifactory, but I know that multiple people were pretty happy to just use `maven-publish` and get rid of the JFrog plugin. But if you have further...
I'm still unsure about whether the way I get the task dependencies is appropriate, or whether there is some better way I did not find. I successfully used this on...