diff --git a/.github/workflows/scripts/publish-maven.sh b/.github/workflows/scripts/publish-maven.sh index f1b1a1de5..653975cb0 100755 --- a/.github/workflows/scripts/publish-maven.sh +++ b/.github/workflows/scripts/publish-maven.sh @@ -2,7 +2,7 @@ set -x branch=$(git rev-parse --abbrev-ref HEAD) -if [ "$branch" = "main" ]; then +if [ "$branch" = "main-test" ]; then ./gradlew publishToSonatype -PremoveSnapshotSuffix else ./gradlew publishToSonatype diff --git a/build.gradle.kts b/build.gradle.kts index 26f34cecc..13edc4c64 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask import org.jetbrains.kotlin.gradle.tasks.KotlinCompile +group = "org.hisp.dhis.mobile" + plugins { kotlin("multiplatform") apply false id("com.android.application") apply false diff --git a/designsystem/build.gradle.kts b/designsystem/build.gradle.kts index d9b063334..0c33ab4d7 100644 --- a/designsystem/build.gradle.kts +++ b/designsystem/build.gradle.kts @@ -1,4 +1,3 @@ -group = "org.hisp.dhis.mobile" version = "0.2-SNAPSHOT" plugins {