Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

GitHub Action and make install fails with: Could not resolve org.jetbrains.kotlinx:kotlinx-datetime:0.1.0 #166

Closed
wmontwe opened this issue Apr 26, 2021 · 2 comments

Comments

@wmontwe
Copy link

wmontwe commented Apr 26, 2021

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

@gianluz
Copy link
Member

gianluz commented Apr 27, 2021

Interesting, we will upgrade to 0.1.1 very soon

@gianluz
Copy link
Member

gianluz commented May 7, 2021

Now should be ok please see: #167

@gianluz gianluz closed this as completed May 7, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants