@@ -24,19 +24,27 @@ ThisBuild / autoAPIMappings := true
24
24
25
25
ThisBuild / gpgWarnOnFailure := true
26
26
ThisBuild / publish / gpgWarnOnFailure := true
27
+ gpgWarnOnFailure := true
28
+ publish / gpgWarnOnFailure := true
29
+ gpgWarnOnFailure := true
30
+ publish / gpgWarnOnFailure := true
27
31
28
32
lazy val sharedSettings = Seq (
29
- organizationName := " Funktional.io" ,
33
+ organizationName := " Funktional.io" ,
30
34
libraryDependencies ++= Seq (" org.scalameta" %% " munit" % versions.munit.core % Test ),
31
- scalaVersion := versions.scala,
35
+ scalaVersion := versions.scala,
32
36
// Headers
33
- headerMappings := headerMappings.value + (HeaderFileType .scala -> HeaderCommentStyle .cppStyleLineComment),
34
- headerLicense := Some (HeaderLicense .Custom (
35
- """ |Copyright (c) 2024-2024 by Raphaël Lemaitre and Contributors
37
+ headerMappings := headerMappings.value + (HeaderFileType .scala -> HeaderCommentStyle .cppStyleLineComment),
38
+ headerLicense := Some (
39
+ HeaderLicense .Custom (
40
+ """ |Copyright (c) 2024-2024 by Raphaël Lemaitre and Contributors
36
41
|This software is licensed under the Eclipse Public License v2.0 (EPL-2.0).
37
42
|For more information see LICENSE or https://opensource.org/license/epl-2-0
38
43
|""" .stripMargin
39
- ))
44
+ )
45
+ ),
46
+ gpgWarnOnFailure := true ,
47
+ publish / gpgWarnOnFailure := true
40
48
)
41
49
42
50
enablePlugins(ScalaUnidocPlugin )
0 commit comments