From ac238d46199c6f8547b147c6a7297b38c0ab08b9 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Fri, 13 Feb 2026 19:24:04 -0800 Subject: [PATCH] core(publishing): set group name --- gradle.properties | 2 ++ sshlib/build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 {