Skip to content

Commit

Permalink
Sbt config
Browse files Browse the repository at this point in the history
  • Loading branch information
Seun0925 authored and Seun0925 committed Aug 27, 2024
1 parent 82f36e1 commit 44b47e9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
12 changes: 9 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ organization:= "gov.cdc.hl7"
organizationName:= "CDC"
scmInfo:= Some (
ScmInfo(
url("https://github.com/cdcgov/hl7-pet"),
"scm:[email protected]/cdcgov/hl7-pet.git"
url("https://github.com/CDCgov/hl7-pet"),
"scm:[email protected]/CDCgov/hl7-pet.git"
)
)

Expand All @@ -19,7 +19,13 @@ developers := List(
id="mcq1",
name="Marcelo Caldas",
email = "[email protected]",
url = url ("https://github.com/cdcent/hl7-pet")
url = url ("https://github.com/mscaldas2012")
),
Developer(
id="xhu8",
name="Seun",
email="[email protected]",
url=url("https://github.com/seun0925")
)
)

Expand Down
11 changes: 1 addition & 10 deletions project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ inThisBuild(List(
)
))

organization:= "gov.cdc.hl7"
organizationName:= "CDC"
scmInfo:= Some (
ScmInfo(
url("https://github.com/cdcgov/hl7-pet"),
"scm:[email protected]/cdcgov/hl7-pet.git"
)
)

// publishTo := Some("Maven cdcgov Apache Maven Packages" at "https://central.sonatype.com/cdc/gov/")
pomIncludeRepository := { _ => false }

mainClass := Some("gov.cdc.hl7pet.DeIdentifierApp")
3 changes: 1 addition & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
//addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3")
// sbt 1 only, see FAQ for 0.13 support
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")

0 comments on commit 44b47e9

Please sign in to comment.