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
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?
The text was updated successfully, but these errors were encountered:
I tried adding it to my project that uses gradle 4.8, and got the following error:
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?
The text was updated successfully, but these errors were encountered: