File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -64,24 +64,19 @@ publishing {
64
64
}
65
65
66
66
jreleaser {
67
- project {
68
- name.set(project.name)
69
- version.set(project.version.toString())
70
- description.set(" Kotlin implementation of the Model Context Protocol (MCP)" )
71
- website.set(" https://github.com/modelcontextprotocol/kotlin-sdk" )
72
- authors.set(listOf (" Anthropic Team" ))
73
- license.set(" MIT" )
74
- }
75
-
67
+ gitRootSearch = true
76
68
strict.set(true )
77
69
78
70
signing {
79
71
active.set(Active .ALWAYS )
80
72
armored.set(true )
73
+ artifacts.set(true )
81
74
}
82
75
83
76
deploy {
77
+ active.set(Active .ALWAYS )
84
78
maven {
79
+ active.set(Active .ALWAYS )
85
80
mavenCentral {
86
81
val ossrh by creating {
87
82
active.set(Active .ALWAYS )
@@ -91,6 +86,15 @@ jreleaser {
91
86
}
92
87
}
93
88
}
89
+
90
+ release {
91
+ github {
92
+ skipRelease = true
93
+ skipTag = true
94
+ overwrite = false
95
+ token = " none"
96
+ }
97
+ }
94
98
}
95
99
96
100
fun MavenPom.configureMavenCentralMetadata () {
You can’t perform that action at this time.
0 commit comments