Skip to content

Backing up gradle to a version that works with scala 2.10 #1797

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

Merged
merged 1 commit into from
Nov 5, 2021

Conversation

masseyke
Copy link
Member

@masseyke masseyke commented Nov 5, 2021

Gradle 7.2 causes failures building our scala 2.10 artifacts. This commit rolls it back to 7.1, which seems to work fine.

@masseyke
Copy link
Member Author

masseyke commented Nov 5, 2021

Here's an example build that fails with gradle 7.2:

./gradlew :elasticsearch-spark:compileSpark13scala210Scala

And here's an example of the kind of error we get:

[Error] : Class com.sun.beans.introspect.PropertyInfo not found - continuing with a stub.

@masseyke masseyke requested a review from jbaiera November 5, 2021 13:47
@masseyke masseyke merged commit f510a5d into elastic:master Nov 5, 2021
@masseyke masseyke deleted the fix/gradle-7.1 branch November 5, 2021 13:48
masseyke added a commit to masseyke/elasticsearch-hadoop that referenced this pull request Nov 5, 2021
Gradle 7.2 causes failures building our scala 2.10 artifacts. This commit rolls it back to 7.1, which
seems to work fine.
masseyke added a commit to masseyke/elasticsearch-hadoop that referenced this pull request Nov 5, 2021
Gradle 7.2 causes failures building our scala 2.10 artifacts. This commit rolls it back to 7.1, which
seems to work fine.
masseyke added a commit that referenced this pull request Nov 5, 2021
)

Gradle 7.2 causes failures building our scala 2.10 artifacts. This commit rolls it back to 7.1, which
seems to work fine.
masseyke added a commit that referenced this pull request Nov 5, 2021
)

Gradle 7.2 causes failures building our scala 2.10 artifacts. This commit rolls it back to 7.1, which
seems to work fine.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant