Skip to content

Commit 0355d09

Browse files
committed
fixing bintray release issue
1 parent 5a1ac00 commit 0355d09

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

powerpermission-coroutines/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ bintray {
100100

101101
configurations = ['archives']
102102
pkg {
103-
repo = "maven"
103+
repo = "PowerPermission"
104104
name = libName
105105
websiteUrl = websiteLib
106106
vcsUrl = gitUrl

powerpermission-livedata/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ bintray {
9898

9999
configurations = ['archives']
100100
pkg {
101-
repo = "maven"
101+
repo = "PowerPermission"
102102
name = libName
103103
websiteUrl = websiteLib
104104
vcsUrl = gitUrl

powerpermission-rxjava2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ bintray {
9797

9898
configurations = ['archives']
9999
pkg {
100-
repo = "maven"
100+
repo = "PowerPermission"
101101
name = libName
102102
websiteUrl = websiteLib
103103
vcsUrl = gitUrl

powerpermission-rxjava3/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ bintray {
9898

9999
configurations = ['archives']
100100
pkg {
101-
repo = "maven"
101+
repo = "PowerPermission"
102102
name = libName
103103
websiteUrl = websiteLib
104104
vcsUrl = gitUrl

powerpermission/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ dependencies {
6363
}
6464

6565

66-
6766
// Avoid Kotlin docs error
6867
tasks.withType(Javadoc) {
6968
enabled = false
@@ -123,7 +122,7 @@ bintray {
123122

124123
configurations = ['archives']
125124
pkg {
126-
repo = "maven"
125+
repo = "PowerPermission"
127126
name = libName
128127
websiteUrl = websiteLib
129128
vcsUrl = gitUrl

0 commit comments

Comments
 (0)