trobalik
trobalik
Here's my root build.gradle file: ``` // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:2.1.2'...
and my app/build.gradle: ``` apply plugin: 'com.android.application' android { compileSdkVersion 23 buildToolsVersion "23.0.3" defaultConfig { applicationId "com.example.gradlelintexample" minSdkVersion 15 targetSdkVersion 23 versionCode 1 versionName "1.0" } buildTypes { release {...
I'm sitting behind you right now :) Let's talk after this talk.
Here's a link to a sample project on Github: https://github.com/trobalik/GradleLintAndroidExample
I think it's your use of `project.convention.getPlugin(JavaPluginConvention)`. The Android plugin is not based on the Java plugin, so [JavaPluginConvention](https://docs.gradle.org/current/dsl/org.gradle.api.plugins.JavaPluginConvention.html) does not get mixed in with Android projects as it does...
Would you prefer me to comment here, or on the commit? First, thanks for working with me on this. I see an issue with the hard-coded task names. For example:...
Hey @jkschneider, I know you're busy, but I was just wondering if you've been able to make any progress on this.
I'd love to help more directly, but I need to get more familiar with your codebase. Maybe I should do that....