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 af3204c commit 216c954Copy full SHA for 216c954
build.sbt
@@ -16,5 +16,4 @@ lazy val root = (project in file("."))
16
},
17
publishArtifact in (Compile, packageDoc) := false,
18
publishArtifact in (Compile, packageSrc) := false,
19
- bintrayRepository := "sbt-plugin-releases",
20
- )
+ )
githubPackages.sbt
@@ -2,4 +2,3 @@ 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