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 cb6de5c commit c343e9eCopy full SHA for c343e9e
gradle/bintray.gradle
@@ -8,7 +8,7 @@ if (System.env.BINTRAY_USER && System.env.BINTRAY_KEY) {
8
dryRun = System.env.CIRCLE_BRANCH != "master"
9
publish = true
10
pkg {
11
- repo = "spar-wings"
+ repo = "maven"
12
name = project.name
13
desc = project.description
14
websiteUrl = "https://github.com/dai0304/spar-wings"
0 commit comments