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 4cd20b4 commit af3204cCopy full SHA for af3204c
githubPackages.sbt
@@ -2,3 +2,4 @@ githubTokenSource := TokenSource.Environment("GITHUB_TOKEN") || TokenSource.GitC
2
ThisBuild / githubOwner := "XenonAbe"
3
ThisBuild / githubRepository := "sbt-coffeescript2"
4
ThisBuild / licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0"))
5
+ThisBuild / bintrayReleaseOnPublish := false
0 commit comments