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