Skip to content

Commit

Permalink
ci: setting sonatypeRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
Javakky-pxv committed Aug 31, 2023
1 parent c54fb66 commit 5f313c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
organization in ThisBuild := "io.github.play-swagger"
ThisBuild / organization := "io.github.play-swagger"

sonatypeCredentialHost := "s01.oss.sonatype.org"
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"

ThisBuild / scalafixDependencies ++= Seq(
"com.github.liancheng" %% "organize-imports" % "0.6.0",
Expand Down Expand Up @@ -74,7 +75,7 @@ lazy val sbtPlaySwagger = project.in(file("sbtPlugin"))
description := "sbt plugin for play swagger spec generation",
sbtPlugin := true,
scalaVersion := scalaV,
scripted := scripted.dependsOn(publishLocal in playSwagger).evaluated,
scripted := scripted.dependsOn(playSwagger / publishLocal).evaluated,
scriptedLaunchOpts := {
scriptedLaunchOpts.value ++
Seq("-Xmx1024M", "-Dplugin.version=" + version.value)
Expand Down

0 comments on commit 5f313c6

Please sign in to comment.