Skip to content

Commit

Permalink
Build cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Nov 21, 2022
1 parent b73af3d commit 3c67115
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ lazy val setupCertAndDocker = Seq(
)
)

val isLinux = {
val osName = Option(System.getProperty("os.name"))
osName.exists(_.toLowerCase().contains("linux"))
}

ThisBuild / githubWorkflowBuildPreamble ++= setupCertAndDocker
ThisBuild / githubWorkflowBuild ~= { steps =>
WorkflowStep.Sbt(
Expand Down Expand Up @@ -72,8 +67,6 @@ ThisBuild / githubWorkflowAddedJobs +=
)
)

ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots")

// https://github.com/sbt/sbt/issues/6997
ThisBuild / libraryDependencySchemes ++= Seq(
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
Expand Down

0 comments on commit 3c67115

Please sign in to comment.