Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[BUG] Project builds with Arrow Ananlysis only with specific gradle version #1026

Closed
paranoidmonoid opened this issue Mar 10, 2022 · 0 comments · Fixed by #1028
Closed

[BUG] Project builds with Arrow Ananlysis only with specific gradle version #1026

paranoidmonoid opened this issue Mar 10, 2022 · 0 comments · Fixed by #1028
Labels
bug Something isn't working

Comments

@paranoidmonoid
Copy link
Contributor

Describe the bug

Originally from Kotlin's slack channel

For experimenting, I used config4k repo where I upgraded Kotlin to 1.6 and added Arrow Analysis as specified

If I build this project using gradle of versions 7.0.2/7.2/7.4 I'm running into classNotFound error

 * What went wrong:
 org/gradle/util/internal/VersionNumber
 > org.gradle.util.internal.VersionNumber

Gradle 7.1 starts build just fine (runs into some interface not implemented but that's another story)

To Reproduce
Steps to reproduce the behavior:

  1. Go to config4k, update kotlin version and include arrow analysis
  2. ./gradlew build with gradle versions 7.0.2/7.2/7.4
  3. See VersionNumber not found

Expected behavior
Project passes early build stages

Environment (please complete the following information):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant