Skip to content

Commit 5f17e2c

Browse files
committed
Remove jar artifact
1 parent 720b6c7 commit 5f17e2c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=io.rsocket.rpc
2-
version=0.2.7
2+
version=0.2.8

rsocket-rpc-protobuf/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,6 @@ plugins.withType(MavenPublishPlugin) {
181181
maven(MavenPublication) {
182182
groupId project.group
183183

184-
from components.java
185-
186184
artifact(pathToPlugin) {
187185
classifier osdetector.os + "-" + osdetector.arch
188186
builtBy buildArtifacts

0 commit comments

Comments
 (0)