int128 / gradle-ssh-plugin

Gradle SSH Plugin

Home Page:https://gradle-ssh-plugin.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSH.version output is null on latest versions

mikatrash opened this issue · comments

Environment info

Gradle 8.2.1 / Windows 11

  • With plugin id "org.hidetake.ssh" version "2.10.1" , println ssh.version :

gradle-ssh-plugin-2.10.1 (groovy-ssh-2.10.1, jsch-0.1.54, groovy-3.0.17, java-17.0.7)
Everything is ok

  • With plugin id "org.hidetake.ssh" version "2.11.0" , println ssh.version :

null-null (groovy-ssh-2.8.0, jsch-0.1.53, groovy-3.0.17, java-17.0.7)
Plugin info-version are null

  • With plugin id "org.hidetake.ssh" version "2.11.2" , println ssh.version :

null-null (groovy-ssh-2.11.2, jsch-0.2.5, groovy-3.0.17, java-17.0.7)
Plugin info-version are still null