Skip to content

Commit c2bc1de

Browse files
ci: only warn on gpg failure
1 parent 6e4c5d3 commit c2bc1de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ ThisBuild / tlCiMimaBinaryIssueCheck := true
2222
ThisBuild / tlCiDependencyGraphJob := true
2323
ThisBuild / autoAPIMappings := true
2424

25+
ThisBuild / gpgWarnOnFailure := true
26+
2527
lazy val sharedSettings = Seq(
2628
organizationName := "Funktional.io",
2729
libraryDependencies ++= Seq("org.scalameta" %% "munit" % versions.munit.core % Test),

0 commit comments

Comments
 (0)