File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,39 @@ centralPortal {
2828 password = System .getenv(" SONATYPE_PASSWORD" )
2929 name = remora.artifactId
3030 publishingType = PublishingType .USER_MANAGED
31+
32+ pom {
33+ name = remora.artifactId
34+ url = " https://github.com/o7studios/agones-java-sdk"
35+ remora.description
36+
37+ developers {
38+ developer {
39+ id = " julian-siebert"
40+ name = " Julian Siebert"
41+ email = " mail@julian-siebert.de"
42+ }
43+ }
44+
45+ scm {
46+ connection = " scm:git:git://github.com/o7studios/agones-java-sdk.git"
47+ developerConnection = " scm:git:git@https://github.com/o7studios/agones-java-sdk.git"
48+ url = " https://github.com/o7studios/agones-java-sdk"
49+ tag = " HEAD"
50+ }
51+
52+ ciManagement {
53+ system = " GitHub Actions"
54+ url = " https://github.com/o7studios/agones-java-sdk/actions"
55+ }
56+
57+ licenses {
58+ license {
59+ name = " The Apache Software License, Version 2.0"
60+ url = " http://www.apache.org/licenses/LICENSE-2.0.txt"
61+ }
62+ }
63+ }
3164}
3265
3366signing {
You can’t perform that action at this time.
0 commit comments