We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720b6c7 commit 5f17e2cCopy full SHA for 5f17e2c
gradle.properties
@@ -1,2 +1,2 @@
1
group=io.rsocket.rpc
2
-version=0.2.7
+version=0.2.8
rsocket-rpc-protobuf/build.gradle
@@ -181,8 +181,6 @@ plugins.withType(MavenPublishPlugin) {
181
maven(MavenPublication) {
182
groupId project.group
183
184
- from components.java
185
-
186
artifact(pathToPlugin) {
187
classifier osdetector.os + "-" + osdetector.arch
188
builtBy buildArtifacts
0 commit comments