File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -79,16 +79,6 @@ dependencies {
7979 dokka(project(" :hll" ))
8080}
8181
82- allprojects {
83- configurations.all {
84- resolutionStrategy {
85- force(" com.fasterxml.jackson.core:jackson-core:2.15.3" )
86- force(" com.fasterxml.jackson.core:jackson-databind:2.15.3" )
87- force(" com.fasterxml.jackson.core:jackson-annotations:2.15.3" )
88- }
89- }
90- }
91-
9282allprojects {
9383 configurations.all {
9484 resolutionStrategy.eachDependency {
@@ -98,7 +88,8 @@ allprojects {
9888 }
9989 }
10090}
101- // Publishing
91+
92+ // TODO: Use `gr jreleaserDeploy`
10293jreleaser {
10394 project {
10495 version = " 0.0.1"
@@ -112,8 +103,7 @@ jreleaser {
112103 mavenCentral {
113104 create(" maven-central" ) {
114105 active = Active .ALWAYS
115- url = " https://central.sonatype.com/api/v1/publisher" // TODO: Use `gr jreleaserDeploy`
116- // sign = true // TODO: Remove me if unnecessary
106+ url = " https://central.sonatype.com/api/v1/publisher"
117107 stagingRepository(rootProject.layout.buildDirectory.dir(" m2" ).get().toString())
118108 }
119109 }
You can’t perform that action at this time.
0 commit comments