You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't get my multiplatform project (targets iOS and Android) to pick up the snapshot version of the gradle plugin or library. For some reason, it tries to download a snapshot that isn't present in the repository.
Stacktrace & log output
A problem occurred configuring root project 'Taskify'.
> Could not resolve all files for configuration ':classpath'.
> Could not find io.realm.kotlin:gradle-plugin:1.14.0-SNAPSHOT.
Searched in the following locations:
- https://oss.sonatype.org/content/repositories/snapshots/io/realm/kotlin/gradle-plugin/1.14.0-SNAPSHOT/maven-metadata.xml
- https://oss.sonatype.org/content/repositories/snapshots/io/realm/kotlin/gradle-plugin/1.14.0-SNAPSHOT/gradle-plugin-1.14.0-20240131.082859-13.pom
Hi @19lmyers this is a bug in the maven publish plugin we use in Github Action, I'm working on a fix. In the meantime I manually published 1.14.0-TEST-SNAPSHOT (it doesn't have windows and Linux JVM targets) but it should cover your Android/iOS dependencies. Let me know if this works 👍
How frequently does the bug occur?
Always
Description
I can't get my multiplatform project (targets iOS and Android) to pick up the snapshot version of the gradle plugin or library. For some reason, it tries to download a snapshot that isn't present in the repository.
Stacktrace & log output
Can you reproduce the bug?
Always
Reproduction Steps
libs.versions.toml:
root build.gradle:
module build.gradle:
Version
1.14.0-SNAPSHOT
What Atlas App Services are you using?
Atlas Device Sync
Are you using encryption?
No
Platform OS and version(s)
N/A
Build environment
Android Studio version: Iguana 2023.2.1 RC 1
Android Build Tools version: 8.3.0-rc01
Gradle version: 8.5
The text was updated successfully, but these errors were encountered: