Jonathan Baker

Results 11 comments of Jonathan Baker

Shouldn't it be `android.sourceSets.main.java.sourceFiles`, not `android.sourceSets.main.java.source`? Plugin Source Reference: https://android.googlesource.com/platform/tools/base/+/gradle_0.11.1/build-system/gradle/src/main/groovy/com/android/build/gradle/internal/api/DefaultAndroidSourceDirectorySet.java

Strange that `.source` works. Unless I'm missing something obvious, that property doesn't exist. XD

You're not necessarily wrong, because you're right that it works. I'm just really confused as to **why** it works. I'm a total groovy noob as well, which is why I...

Also, might be worth while adding in this patch as well, is the auto-linking to the Android documentation for referenced classes. ``` groovy task androidJavadocs(type: Javadoc) { /* ... */...

@Gnafu can you please look at the attached PR and see if it works for you?

I'm happy to add a test case for this, just don't know how to generate the proper fixtures :)

Hey folks. I see that #15817 was closed/merged, but has it been released into a stable version yet? Is it slated for v27.x?

Correct me if I am wrong, but creating a client in this way will prevent connection reuse/persistent connections since we will need a `Client` instance per combination of TCP endpoint...

Thanks @ioquatix, this unblocks us for now. As an aside, do you think it would also be beneficial to add a sanity check or other defensive measure to ensure the...

Unfortunately, it appears that this change does not play well with `WebMock`. They use the `request.authority` when building the stub signature, which results in looking for the wrong host name....