Skip to content

Commit ede54bc

Browse files
authored
Revert "fix: publish shadow jar (#210)" (#211)
This reverts commit a827b24.
1 parent a827b24 commit ede54bc

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

client/build.gradle.kts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ plugins {
1111
id("com.diffplug.spotless") version "6.2.0"
1212

1313
id("me.champeau.jmh") version "0.6.7"
14-
id("com.github.johnrengelman.shadow") version "7.1.2"
1514
}
1615

1716
group = "io.hstream"
@@ -105,8 +104,8 @@ protobuf {
105104
publishing {
106105
publications {
107106
create<MavenPublication>("mavenJava") {
108-
project.shadow.component(this)
109107
artifactId = "hstreamdb-java"
108+
from(components["java"])
110109
versionMapping {
111110
usage("java-api") {
112111
fromResolutionOf("runtimeClasspath")
@@ -210,12 +209,5 @@ spotless {
210209
}
211210
}
212211

213-
tasks {
214-
shadowJar {
215-
archiveClassifier.set("")
216-
mergeServiceFiles()
217-
}
218-
}
219-
220212
jmh {
221213
}

0 commit comments

Comments
 (0)