Skip to content

Commit

Permalink
Publish to maven only test
Browse files Browse the repository at this point in the history
  • Loading branch information
Seun0925 authored and Seun0925 committed Aug 23, 2024
1 parent 29d7f26 commit d3743e3
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,7 @@ inThisBuild(List(
)
))

name:= "HL7-PET"

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


pomIncludeRepository := { _ => false }

// version := "1.2.10"
// scalaVersion := "2.13.13"

mainClass := Some("gov.cdc.hl7pet.DeIdentifierApp")

// publishArtifact in (Compile, packageSrc) := true

0 comments on commit d3743e3

Please sign in to comment.