Skip to content

Commit 850f4f7

Browse files
committed
build: rename modelServerFatJar to model-server-with-dependencies
1 parent e9f14d0 commit 850f4f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

model-server/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ publishing {
147147
from(components["java"])
148148
}
149149

150-
create<MavenPublication>("modelServerFatJar") {
150+
create<MavenPublication>("modelServerWithDependencies") {
151151
groupId = project.group as String
152-
artifactId = "model-server-fatjar"
152+
artifactId = "model-server-with-dependencies"
153153
artifact(fatJarArtifact)
154154
}
155155
}

0 commit comments

Comments
 (0)