Skip to content

Commit

Permalink
fixed maven vcs url
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jun 17, 2020
1 parent 9fbea3b commit e82ed51
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ bintray {
repo = 'maven'
name = 'riot'
licenses = ['Apache-2.0']
vcsUrl = 'https:/ / github.com / Redislabs - Solution - Architects / riot.git '
vcsUrl = 'https://github.com/Redislabs-Solution-Architects/riot.git'
version {
gpg {
sign = true
Expand Down Expand Up @@ -167,8 +167,7 @@ application {

jar {
manifest {
attributes("Implementation-Title": "RIOT",
"Implementation-Version": archiveVersion)
attributes("Implementation-Title": "RIOT", "Implementation-Version": archiveVersion)
}
}

Expand Down

0 comments on commit e82ed51

Please sign in to comment.