Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
> This former library was based on Trilead SSH-2. If you still need a maintained version of the Trilead library, please refer to [https://github.com/jenkinsci/trilead-ssh2](https://github.com/jenkinsci/trilead-ssh2).

# Trilead SSH-2 library **(formerly used in ConnectBot)**
[![Build Status](https://github.com/connectbot/sshlib/actions/workflows/ci.yml/badge.svg)](https://github.com/connectbot/sshlib/actions/workflows/ci.yml)
[![Build Status](https://github.com/connectbot/trilead-ssh2/actions/workflows/ci.yml/badge.svg)](https://github.com/connectbot/trilead-ssh2/actions/workflows/ci.yml)
[![Download](https://img.shields.io/maven-central/v/org.connectbot/sshlib)](https://search.maven.org/artifact/org.connectbot/sshlib)
Comment thread
kruton marked this conversation as resolved.

This was ConnectBot's SSH library. It started as a continuation of the Trilead SSH2 library,
Expand Down
8 changes: 3 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ repositories {

group = "org.connectbot"

val gitHubUrl = "https://github.com/connectbot/sshlib"

apply(from = "$rootDir/config/quality.gradle.kts")
val gitHubUrl = "https://github.com/connectbot/trilead-ssh2"

dependencies {
implementation(libs.simplesocks)
Expand Down Expand Up @@ -153,8 +151,8 @@ publishing {
from(components["java"])

pom {
name.set("sshlib")
description.set("The SSH library used by the ConnectBot app")
name.set("trilead-ssh2")
description.set("The SSH library formerly used by the ConnectBot app (DEPRECATED)")
url.set(gitHubUrl)
licenses {
license {
Expand Down
18 changes: 0 additions & 18 deletions config/quality.gradle.kts

This file was deleted.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ bintrayUser=dummyUser
bintrayApiKey=dummyApiKey

officialJdk=openjdk9
gitHubUrl=https\://github.com/connectbot/sshlib
gitHubUrl=https\://github.com/connectbot/trilead-ssh2
164 changes: 82 additions & 82 deletions gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ plugins {
id("org.gradle.toolchains.foojay-resolver-convention").version("1.0.0")
}

rootProject.name = "sshlib"
rootProject.name = "trilead-ssh2"
Comment thread
kruton marked this conversation as resolved.
Loading