Closed mister11 closed 2 years ago
As for now, artifactory for rsocket-kotlin is shutdown. Soon there will be 0.14.0 release, and snapshots on github packages.
Snapshots publication is migrated to Github Packages. https://github.com/orgs/rsocket/packages?repo_name=rsocket-kotlin
The latest snapshot release https://oss.jfrog.org/artifactory/oss-snapshot-local/io/rsocket/kotlin/rsocket-transport-ktor/0.13.0-SNAPSHOT/ (any module, not just
rsocket-transport-ktor
) does not contain-all
and-sources
JARs like the previous ones.Expected Behavior
The following configuration should work:
Actual Behavior
The above-mentioned configuration does not work, but throws an error:
Steps to Reproduce
Use the above-mentioned configuration and reload Gradle project.
Possible Solution
There are some changes in the root
build.gradle
around the latest release so maybe something broke there.Your Environment
uname -a
:Linux tara 5.4.39-1-MANJARO #1 SMP PREEMPT Wed May 6 10:36:44 UTC 2020 x86_64 GNU/Linux