Skip to content

Commit 800cdff

Browse files
committed
Update MavenCentral configuration and developer metadata
1 parent e5214fe commit 800cdff

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

build.gradle.kts

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jreleaser {
5656
mavenCentral {
5757
val ossrh by creating {
5858
active.set(Active.ALWAYS)
59+
sign = true
5960
url.set("https://central.sonatype.com/api/v1/publisher")
6061
applyMavenCentralRules = false
6162
maxRetries = 240
@@ -92,16 +93,6 @@ jreleaser {
9293
}
9394
}
9495

95-
release {
96-
github {
97-
changelog.enabled = false
98-
skipRelease = true
99-
skipTag = true
100-
overwrite = false
101-
token = "none"
102-
}
103-
}
104-
10596
checksum {
10697
individual = false
10798
artifacts = false
@@ -122,12 +113,17 @@ fun MavenPom.configureMavenCentralMetadata() {
122113
}
123114
}
124115

116+
organization {
117+
name by "Anthropic"
118+
url by "https://www.anthropic.com"
119+
}
120+
125121
developers {
126122
developer {
127-
id by "Anthropic"
128-
name by "Anthropic Team"
129-
organization by "Anthropic"
130-
organizationUrl by "https://www.anthropic.com"
123+
id by "JetBrains"
124+
name by "JetBrains Team"
125+
organization by "JetBrains"
126+
organizationUrl by "https://www.jetbrains.com"
131127
}
132128
}
133129

0 commit comments

Comments
 (0)