-
Notifications
You must be signed in to change notification settings - Fork 429
Closed
Description
When importing Checker Framework (as of 60bbfa5) into IntelliJ I get a warning:
Unable to warm-up Gradle task model
org.gradle.api.internal.tasks.DefaultTaskContainer$TaskCreationException: Could not create task ':zipMavenExamples'.
Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'cfWebsite' for root project 'checker-framework' of type org.gradle.api.Project.
And then I get an error:
Could not create task ':updateCopyMavenExample'.
Could not get unknown property 'destDir' for root project 'checker-framework' of type org.gradle.api.Project.
I can reproduce the first warning at the command line with the tasks task:
$ ./gradlew tasks
> Task :tasks FAILED
FAILURE: Build failed with an exception.
* Where:
Script '/Users/msridhar/git-repos/cf-repos/checker-framework/release.gradle' line: 100
* What went wrong:
Execution failed for task ':tasks'.
> Could not create task ':zipMavenExamples'.
> Could not get unknown property 'cfWebsite' for root project 'checker-framework' of type org.gradle.api.Project.
It may be good to add ./gradlew tasks to a CI job to make sure it stays working.
Metadata
Metadata
Assignees
Labels
No labels