diff --git a/gradle.properties b/gradle.properties index a4b4226..9780600 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,5 @@ org.gradle.configuration-cache=false #org.gradle.configuration-cache.parallel=true + +group=org.connectbot.sshlib version=0.1.1-SNAPSHOT diff --git a/sshlib/build.gradle.kts b/sshlib/build.gradle.kts index c30a9d7..a07ddde 100644 --- a/sshlib/build.gradle.kts +++ b/sshlib/build.gradle.kts @@ -150,7 +150,7 @@ mavenPublishing { signAllPublications() pom { - description.set("ConnectBot's SSH library written in Kotlin.") + description.set("ConnectBot's SSH library written with Kotlin suspend functions.") inceptionYear.set("2025") url.set(gitHubUrl) licenses {