Skip to content

Commit 857cd9c

Browse files
authored
Add project name to POM configuration
1 parent 1a3936b commit 857cd9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ subprojects {
5050

5151
pom {
5252
description.set(project.name)
53+
name.set(project.name)
5354
url.set("https://github.com/Kas-tle/NetworkCompatible")
5455
inceptionYear.set("2024")
5556
licenses {

0 commit comments

Comments
 (0)