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

Incompatible with Gradle 4.x? #47

Closed
russelldavis opened this issue Jan 13, 2019 · 2 comments
Closed

Incompatible with Gradle 4.x? #47

russelldavis opened this issue Jan 13, 2019 · 2 comments

Comments

@russelldavis
Copy link

I tried adding it to my project that uses gradle 4.8, and got the following error:

An exception occurred applying plugin request [id: 'com.palantir.graal', version: '0.2.0-17-g543ec9e']
> Failed to apply plugin [id 'com.palantir.graal']
   > Could not create an instance of type com.palantir.gradle.graal.GraalExtension_Decorated.
      > org.gradle.api.provider.ListProperty.empty()Lorg/gradle/api/provider/ListProperty;

Upgrading to the latest version of gradle (5.1) fixed it. I'm guessing this is just an incompatibility with older versions of Gradle? If so, should this be documented in the README?

@markelliot
Copy link
Contributor

Yeah, we should document the min-Gradle version in the README.

@Iltotore
Copy link

The minimal version tu run this plugin is 5.0. You should upgrade now. 4.8 is old.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants