File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed
Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments