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
When trying to use GitHub Action or trigger make install, the project fails with:
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':danger-kotlin-library:shadowJar'.
> Could not resolve all dependencies for configuration ':danger-kotlin-library:includeRecursiveJar'.
> Could not resolve org.jetbrains.kotlinx:kotlinx-datetime:0.1.0.
Required by:
project :danger-kotlin-library
> Could not resolve org.jetbrains.kotlinx:kotlinx-datetime:0.1.0.
> Could not get resource 'https://kotlin.bintray.com/kotlinx/org/jetbrains/kotlinx/kotlinx-datetime/0.1.0/kotlinx-datetime-0.1.0.pom'.
> Could not HEAD 'https://kotlin.bintray.com/kotlinx/org/jetbrains/kotlinx/kotlinx-datetime/0.1.0/kotlinx-datetime-0.1.0.pom'. Received status code 403 from server: Forbidden
Changing to Kotlin DataTime 0.1.1 seems to fix the issue
The text was updated successfully, but these errors were encountered:
When trying to use GitHub Action or trigger
make install
, the project fails with:Changing to Kotlin DataTime 0.1.1 seems to fix the issue
The text was updated successfully, but these errors were encountered: