Open feugatos opened 9 years ago
Check plugin is now available on plugins.gradle.org.
Unfortunately, it doesn't work because Google haven't published its Android plugin to plugins.gradle.org:
An exception occurred applying plugin request [id: 'com.noveogroup.android.check', version: '1.2.0']
> Failed to apply plugin [id 'com.noveogroup.android.check']
> Task with name 'check' not found in root project 'android-check-plugin-example'.
Hi there.
Publishing the plugin to plugins.gradle.org would enable everyone to use the new plugin syntax that gradle 2.1+ allows.
eg.
More info can be found here https://plugins.gradle.org/docs/submit.
Thanks.