Skip to content

Commit

Permalink
fix the pom description
Browse files Browse the repository at this point in the history
  • Loading branch information
Smruti Ranjan Sahoo committed Apr 26, 2021
1 parent 861838f commit a207bd3
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 @@ -116,7 +116,9 @@ subprojects {
from components.java
pom {
name = project.name
description = project.description
project.afterEvaluate {
description = project.description
}
url = 'http://ultrabrew.io'
scm {
connection = 'scm:git:git://github.com/ultrabrew/metrics.git'
Expand Down

0 comments on commit a207bd3

Please sign in to comment.