Jared Burrows

Results 226 comments of Jared Burrows

You can with NewPipe + VLC. See https://github.com/TeamNewPipe/NewPipe/issues/668#issuecomment-959954722. Possible we can do something like that here?

I fixed a similar issue here: https://github.com/jaredsburrows/gradle-license-plugin/pull/291.

@nicity Any update?

@virmundi Yes.

Out of curiosity, can you post the source of that class and your `build.gradle`?

Alright, so you see this when you runt unit tests I am currently using: ``` dependencies { testCompile 'org.codehaus.groovy:groovy-all:2.4.3' testCompile 'org.spockframework:spock-core:1.0-groovy-2.4' } ``` Along with: ``` sourceCompatibility = JavaVersion.VERSION_1_8 targetCompatibility...

I just never get those warnings at all. How are you seeing those? I am using the latest `Spock` and `Groovy` as well as `JDK8`?

This code just checks which APK is used. How is it installed twice?

We can add a check and only run this for `com.android.library` projects.