File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ jreleaser {
22
22
active = Active .ALWAYS
23
23
mavenCentral.create(" ossrh" ) {
24
24
active = Active .ALWAYS
25
+ sign = true
25
26
url = " https://central.sonatype.com/api/v1/publisher"
26
27
applyMavenCentralRules = false
27
28
maxRetries = 240
@@ -56,14 +57,6 @@ jreleaser {
56
57
}
57
58
}
58
59
59
- release {
60
- github {
61
- enabled = false
62
- skipRelease = true
63
- skipTag = true
64
- }
65
- }
66
-
67
60
checksum {
68
61
individual = false
69
62
artifacts = false
Original file line number Diff line number Diff line change @@ -26,12 +26,17 @@ publishing {
26
26
}
27
27
}
28
28
29
+ organization {
30
+ name = " Anthropic"
31
+ url = " https://www.anthropic.com"
32
+ }
33
+
29
34
developers {
30
35
developer {
31
- id = " Anthropic "
32
- name = " Anthropic Team"
33
- organization = " Anthropic "
34
- organizationUrl = " https://www.anthropic .com"
36
+ id = " JetBrains "
37
+ name = " JetBrains Team"
38
+ organization = " JetBrains "
39
+ organizationUrl = " https://www.jetbrains .com"
35
40
}
36
41
}
37
42
You can’t perform that action at this time.
0 commit comments