Skip to content

Commit

Permalink
sbt-develocity scans.gradle.com
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffffect committed May 6, 2024
1 parent 5fff781 commit 35ff657
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,8 @@ addCommandAlias(
"cipublish",
"; check; idealVotingContract/versionCheck; +idealVotingContract/generateOpenApiDoc; ci-release",
)

ThisBuild / develocityConfiguration :=
DevelocityConfiguration(
buildScan = BuildScan(termsOfUse = Some(url("https://gradle.com/help/legal-terms-of-use") -> true)),
)
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("com.github.sideeffffect" % "sbt-decent-scala" % "1.0.27-1-d4333dfd")
addSbtPlugin("dev.guardrail" % "sbt-guardrail" % "1.0.0-M1")
addSbtPlugin("com.gradle" % "sbt-develocity" % "1.0.1")
libraryDependencies ++= List(
"org.snakeyaml" % "snakeyaml-engine" % "2.7",
"dev.guardrail" %% "guardrail-scala-http4s" % "1.0.0-M1",
Expand Down

0 comments on commit 35ff657

Please sign in to comment.