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 075effe commit f120cbeCopy full SHA for f120cbe
build.gradle
@@ -106,7 +106,7 @@ dependencies {
106
107
buildscript {
108
dependencies {
109
- classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
+ classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.1"
110
}
111
112
@@ -119,7 +119,7 @@ bintray {
119
configurations = ['archives']
120
121
pkg {
122
- repo = 'messente-api-java'
+ repo = 'messente-api'
123
name = 'messente-api'
124
userOrg = "messente"
125
version {
0 commit comments