Skip to content

Commit

Permalink
Add mandatory description to published POM
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed May 31, 2023
1 parent 90a7fe8 commit b7b8a91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ publishing {
from(components.java)
pom {
name = "${project.group}:${project.name}"
description = project.description
url = 'https://github.com/ota4j-team/opentest4j'
scm {
connection = 'scm:git:git://github.com/ota4j-team/opentest4j.git'
Expand Down

0 comments on commit b7b8a91

Please sign in to comment.