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.
2 parents cf1db6b + 9013ee0 commit 45f2e4eCopy full SHA for 45f2e4e
build.sbt
@@ -49,7 +49,7 @@ lazy val `mauth-common` = javaModuleProject("mauth-common")
49
50
lazy val `mauth-test-utils` = javaModuleProject("mauth-test-utils")
51
.settings(
52
- noPublishSettings,
+ publishSettings,
53
libraryDependencies ++=
54
Dependencies.compile(commonsIO, logbackClassic, wiremock).map(withExclusions)
55
)
project/BuildSettings.scala
@@ -67,10 +67,6 @@ object BuildSettings {
67
}
68
69
70
- lazy val noPublishSettings = Seq(
71
- publish / skip := true
72
- )
73
-
74
lazy val publishSettings = Seq(
75
licenses := Seq("MDSOL" -> url("https://github.com/mdsol/mauth-jvm-clients/blob/master/LICENSE.txt")),
76
scmInfo := Some(
0 commit comments