Skip to content

Commit

Permalink
Merge pull request #44 from smrutilal2/fix-pom-description
Browse files Browse the repository at this point in the history
fix the pom description
  • Loading branch information
smrutilal2 authored Apr 26, 2021
2 parents 861838f + a207bd3 commit 46addab
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 46addab

Please sign in to comment.