We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2bc1de commit f64d44bCopy full SHA for f64d44b
build.sbt
@@ -22,7 +22,8 @@ ThisBuild / tlCiMimaBinaryIssueCheck := true
22
ThisBuild / tlCiDependencyGraphJob := true
23
ThisBuild / autoAPIMappings := true
24
25
-ThisBuild / gpgWarnOnFailure := true
+ThisBuild / gpgWarnOnFailure := true
26
+ThisBuild / publish / gpgWarnOnFailure := true
27
28
lazy val sharedSettings = Seq(
29
organizationName := "Funktional.io",
0 commit comments