Skip to content

Commit

Permalink
ci:debug release
Browse files Browse the repository at this point in the history
  • Loading branch information
scarisey committed Sep 11, 2024
1 parent 10b6ee0 commit 2f8c762
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import xerial.sbt.Sonatype.sonatypeCentralHost
import xerial.sbt.Sonatype.{sonatypeCentralHost, sonatypeLegacy}

ThisBuild / scalaVersion := "2.13.14"
ThisBuild / organization := "com.lectra.kapoeira"
Expand All @@ -12,8 +12,9 @@ ThisBuild / scmInfo := Some(
"scm:git:[email protected]/lectra-tech/kapoeira.git"
)
)
ThisBuild / sonatypeCredentialHost := sonatypeCentralHost
sonatypeRepository := "https://central.sonatype.com/service/local"
ThisBuild / sonatypeCredentialHost := sonatypeLegacy
//ThisBuild / sonatypeRepository := "https://central.sonatype.com/service/local"
//ThisBuild / publishTo := sonatypePublishTo.value
ThisBuild / versionScheme := Some("semver-spec")

resolvers += "confluent" at "https://packages.confluent.io/maven/"
Expand Down

0 comments on commit 2f8c762

Please sign in to comment.