Skip to content

Commit

Permalink
Release SDC, Workflow, Location Widget
Browse files Browse the repository at this point in the history
     * With unmerged PRS
        - #9
        - google#2420
        - google#2178
  • Loading branch information
ndegwamartin committed Feb 12, 2024
1 parent 3e4ccf8 commit c5cb3c7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Releases.kt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object Releases {

object Workflow : LibraryArtifact {
override val artifactId = "workflow"
override val version = "0.1.0-alpha04-preview5-SNAPSHOT"
override val version = "0.1.0-alpha04-preview6-SNAPSHOT"
override val name = "Android FHIR Workflow Library"
}

Expand All @@ -73,7 +73,7 @@ object Releases {

object LocationWidget : LibraryArtifact {
override val artifactId = "contrib-locationwidget"
override val version = "0.1.0-alpha01"
override val version = "0.1.0-alpha01-preview-SNAPSHOT"
override val name =
"Android FHIR Structured Data Capture - Location Widget Extensions (contrib)"
}
Expand Down
10 changes: 10 additions & 0 deletions contrib/locationwidget/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ plugins {
jacoco
}

publishing {
repositories {
maven {
credentials(PasswordCredentials::class)
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
name = "sonatype"
}
}
}

publishArtifact(Releases.Contrib.LocationWidget)

createJacocoTestReportTask()
Expand Down

0 comments on commit c5cb3c7

Please sign in to comment.