Skip to content

Commit

Permalink
Plugin settings and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Seun Soyinka authored and Seun Soyinka committed Aug 19, 2024
1 parent 167652e commit 682e0bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ homepage := Some(url("https://github.com/cdcent/hl7-pet"))

// pomIncludeRepository := { _ => false }

publishTo := Some("GitHub cdcgov Apache Maven Packages" at "https://maven.pkg.github.com/cdcgov/hl7-pet")
// publishTo := Some("GitHub cdcgov Apache Maven Packages" at "https://maven.pkg.github.com/cdcgov/hl7-pet")
// credentials += Credentials(
// "GitHub Package Registry",
// "maven.pkg.github.com",
Expand All @@ -39,7 +39,9 @@ publishTo := Some("GitHub cdcgov Apache Maven Packages" at "https://maven.pkg.gi

// credentials += Credentials(Path.userHome / ".sbt" / ".credentials")

// publishMavenStyle := true
publishTo := sonatypePublishTo.value

publishMavenStyle := true

// version := "1.2.10"
// scalaVersion:= "2.13.10"
Expand Down

0 comments on commit 682e0bd

Please sign in to comment.