Skip to content

Commit

Permalink
Correct the group id and artifact id of the workflow library (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingtang10 committed Jan 5, 2022
1 parent 0e357f5 commit c959005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ afterEvaluate {
publications {
register("release", MavenPublication::class) {
from(components["release"])
artifactId = "engine"
groupId = "com.google.android.fhir.workflow"
artifactId = "workflow"
groupId = "com.google.android.fhir"
version = "0.1.0-alpha01"
// Also publish source code for developers' convenience
artifact(
Expand Down

0 comments on commit c959005

Please sign in to comment.