You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2024. It is now read-only.
Hi there, I saw that recently a jar was checked in (for ssh module). This makes the app unbuildable by F-Droid as they only allow to build from source or from mvm repos that provide the source for the jar together with the jar.
Thanks for reminding, the jar was a temporarily workaround for as long as sshj version >= 0.24 wasn't released. As this is no longer the case, I will switch to the official release (and will look into F-Droid metadata).
Hi there, I saw that recently a jar was checked in (for ssh module). This makes the app unbuildable by F-Droid as they only allow to build from source or from mvm repos that provide the source for the jar together with the jar.
Is there any way the jar could be removed and instead the lib be loaded from e.g. mavencentral or jitpack? Should be easy possible, ala
compile 'com.hierynomus:sshj:0.25.0'
- see https://search.maven.org/#artifactdetails%7Ccom.hierynomus%7Csshj%7C0.25.0%7Cjar for other versionsBtw, F-Droid is currently on the state of
1.8.0
, don't know what happened since that. https://gitlab.com/fdroid/fdroiddata/blob/master/metadata/de.eidottermihi.raspicheck.txtThank you!
The text was updated successfully, but these errors were encountered: