Skip to content

Commit 24068c7

Browse files
committed
clean code up a bit
1 parent 099b991 commit 24068c7

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

build.gradle.kts

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff 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-
9282
allprojects {
9383
configurations.all {
9484
resolutionStrategy.eachDependency {
@@ -98,7 +88,8 @@ allprojects {
9888
}
9989
}
10090
}
101-
// Publishing
91+
92+
// TODO: Use `gr jreleaserDeploy`
10293
jreleaser {
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
}

0 commit comments

Comments
 (0)