Skip to content

Commit 216c954

Browse files
committed
Delete about Bintray
1 parent af3204c commit 216c954

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ lazy val root = (project in file("."))
1616
},
1717
publishArtifact in (Compile, packageDoc) := false,
1818
publishArtifact in (Compile, packageSrc) := false,
19-
bintrayRepository := "sbt-plugin-releases",
20-
)
19+
)

githubPackages.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ githubTokenSource := TokenSource.Environment("GITHUB_TOKEN") || TokenSource.GitC
22
ThisBuild / githubOwner := "XenonAbe"
33
ThisBuild / githubRepository := "sbt-coffeescript2"
44
ThisBuild / licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0"))
5-
ThisBuild / bintrayReleaseOnPublish := false

0 commit comments

Comments
 (0)