Skip to content

Commit 9f7cb63

Browse files
committed
Tweaking pom output of build.gradle
1 parent 866af4f commit 9f7cb63

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

build.gradle.kts

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,14 @@ publishing {
7474
}
7575
pom {
7676
name = "Archipelago Java Library"
77-
description = "Library to connect to an Archipelago Server"
77+
description = "Java library to connect to an Archipelago Server"
7878
url = "https://github.com/ArchipelagoMW/Java-Client"
7979
scm {
8080
connection = "scm:git://github.com/ArchipelagoMW/Java-Client"
8181
developerConnection = "scm:git:https://github.com/ArchipelagoMW/Java-Client.git"
8282
url = "https://github.com/ArchipelagoMW/Java-Client"
8383
}
84+
inceptionYear = "2021"
8485
licenses {
8586
license {
8687
name = "MIT License"
@@ -90,14 +91,23 @@ publishing {
9091
}
9192
developers {
9293
developer {
93-
name = "Kono Tyran"
94-
94+
name = "PlatanoBailando"
95+
9596
}
9697
developer {
98+
name = "digiholic"
99+
}
100+
}
101+
contributors {
102+
contributor {
103+
name = "Kono Tyran"
104+
roles.add("Author")
105+
}
106+
contributor {
97107
name = "mattman107"
98108
}
99-
developer {
100-
name = "PlatanoBailando"
109+
contributor {
110+
name = "charlesfire"
101111
}
102112
}
103113
}

0 commit comments

Comments
 (0)