Skip to content

Update to Gradle 6.6.1#245

Closed
doniwinata0309 wants to merge 2 commits into
f2prateek:masterfrom
doniwinata0309:doniwinata0309-patch-1
Closed

Update to Gradle 6.6.1#245
doniwinata0309 wants to merge 2 commits into
f2prateek:masterfrom
doniwinata0309:doniwinata0309-patch-1

Conversation

@doniwinata0309

Copy link
Copy Markdown

This PR to address this issue
#243

  • The spotless plugin need to update to avoid deprecated api.
  • check task is circular dependencies (failed after updating spotless)
  • Move dart-processor test to a single module, it need to add annotation processor classpath to access processor class.

Comment thread build.gradle
Comment on lines +51 to +54
// def checkSubTask = project.tasks.findByName('check')
// if(checkSubTask) {
// tasks['check'].dependsOn checkSubTask
// }

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need to disable this because it is circular dependencies on henson-plugin:check task (detected on latest spotless version). What does checkSubtask doing in this case ? do you have any concern if we remove this ?

@doniwinata0309

Copy link
Copy Markdown
Author

#248 moved to this pr

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

Successfully merging this pull request may close these issues.

1 participant