Skip to content

Commit 07e111b

Browse files
committed
Add missing 'name' and 'description' fields to Maven POM
Broken by 984cef5
1 parent 0e46688 commit 07e111b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ subprojects {
105105
artifact(javadocJar)
106106

107107
pom {
108+
name.set(project.name)
109+
description.set(project.description)
110+
108111
url.set("https://github.com/bozaro/git-lfs-java")
109112

110113
scm {

0 commit comments

Comments
 (0)