Skip to content

Commit a164790

Browse files
fix: Maven central details
1 parent 0845a1c commit a164790

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff 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

3366
signing {

0 commit comments

Comments
 (0)