rsocket / rsocket-kotlin

RSocket Kotlin multi-platform implementation
http://rsocket.io
Apache License 2.0
553 stars 37 forks source link

Missing `all` and `sources` JAR versions in the latest snapshot release #162

Closed mister11 closed 2 years ago

mister11 commented 3 years ago

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:

repositories {
    maven { url = uri("https://oss.jfrog.org/artifactory/oss-snapshot-local") }
}
...
implementation("io.rsocket.kotlin:rsocket-core:0.13.0-SNAPSHOT")

Actual Behavior

The above-mentioned configuration does not work, but throws an error:

org.gradle.internal.resolve.ArtifactNotFoundException: Could not find rsocket-core-0.13.0-SNAPSHOT-all.jar (io.rsocket.kotlin:rsocket-core:0.13.0-SNAPSHOT:20210506.065912-11).
Searched in the following locations:
    https://oss.jfrog.org/artifactory/oss-snapshot-local/io/rsocket/kotlin/rsocket-core/0.13.0-SNAPSHOT/rsocket-core-0.13.0-20210506.065912-11-all.jar

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

olme04 commented 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.

whyoleg commented 2 years ago

Snapshots publication is migrated to Github Packages. https://github.com/orgs/rsocket/packages?repo_name=rsocket-kotlin