File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11// forked from sbt/sbt-coffeescript https://github.com/sbt/sbt-coffeescript
2+ name := " sbt-coffeescript2"
23ThisBuild / organization := " com.github.xenonabe"
3- ThisBuild / name := " sbt-coffeescript2"
44ThisBuild / scalaVersion := " 2.12.13"
55
66lazy val root = (project in file(" ." ))
@@ -10,5 +10,8 @@ lazy val root = (project in file("."))
1010 libraryDependencies ++= Seq (
1111 " org.webjars.npm" % " coffeescript" % " 2.3.2" ,
1212 " org.webjars" % " mkdirp" % " 0.5.0"
13- )
13+ ),
14+ publishArtifact in (Compile , packageDoc) := false ,
15+ publishArtifact in (Compile , packageSrc) := false ,
16+ bintrayRepository := " sbt-plugin-releases" ,
1417 )
Original file line number Diff line number Diff line change 1+ githubTokenSource := TokenSource .Environment (" GITHUB_TOKEN" ) || TokenSource .GitConfig (" github.token" )
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" ))
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.typesafe.sbt" % " sbt-web-build-base" % " 1.2.3" )
2+
3+ addSbtPlugin(" com.codecommit" % " sbt-github-packages" % " 0.5.2" )
You can’t perform that action at this time.
0 commit comments