Skip to content

Commit

Permalink
Fix pom attributes required by sonatype
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonlee committed Apr 26, 2019
1 parent abeb0df commit dc961d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ allprojects { project ->
groupId project.group
artifactId project.name
version project.version
description project.description ?: ''
name project.name
url 'https://github.com/didi/booster'
description project.description ?: project.name

scm {
connection 'scm:git:git://github.com/didi/booster.git'
Expand Down

0 comments on commit dc961d7

Please sign in to comment.