Skip to content

Commit

Permalink
Add bintray publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
natario1 committed Jan 10, 2021
1 parent a48eab8 commit 38ce812
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions grease/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,15 @@ publisher {
project.url = "https://github.com/deepmedia/Grease"
project.vcsUrl = "https://github.com/deepmedia/Grease.git"
release.version = "0.2.0"
// release.setSources(Release.SOURCES_AUTO)
// release.setDocs(Release.DOCS_AUTO)
release.sources = Release.SOURCES_AUTO
release.docs = Release.DOCS_AUTO

bintray {
auth.user = "BINTRAY_USER"
auth.key = "BINTRAY_KEY"
auth.repo = "BINTRAY_REPO"
}

directory {
directory = "../build/maven"
}
Expand Down

0 comments on commit 38ce812

Please sign in to comment.