Skip to content

Commit

Permalink
move group
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmr committed May 8, 2024
1 parent 661735f commit 8d8db0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/publish-maven.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion designsystem/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
group = "org.hisp.dhis.mobile"
version = "0.2-SNAPSHOT"

plugins {
Expand Down

0 comments on commit 8d8db0b

Please sign in to comment.