Joshua Gleitze
Joshua Gleitze
Gradle seems to have fixed this in 6.6-rc-4.
@koral-- https://github.com/gradle/gradle/issues/2429 contains some workarounds for enabling offline instrumentation. Especially https://github.com/AureaMohammadAlavi/gradle-jacoo-offline-instrumentation seems to be useful. I have not tried it, though. I also don’t know how easy it would be...
Hi @phiSgr, I finally got around using your change. Works like a charm for us! Any I agree, for such an advanced use case, it makes sense to just give...
No, the issue is still present with 6.2.9.
For anybody interested, I managed to add update sites to look for dependencies like this: (heavily inspired by #9): ``` groovy buildscript { repositories { mavenLocal() jcenter() } dependencies {...
@izreal: I know that. But there is even a hack for the hack! - You need to get the site’s `artefacts.jar`. In the case of http://download.eclipse.org/eclipse/updates/4.5, you can hit “Show...
Hi! The referenced Gradle issue only relates to Windows. However, I am also experiencing this bug on Linux: When I stop the Gradle task serving my [docz](https://www.docz.site/) site, the node...
Hm, seems you are right. The original issue stated that > NOTE 1: This seems to affect Windows only! But the latest commenter reproduced the issue on macOS. So it...
> since it's a bit tricky to implement can you elaborate on why this is tricky? I would have imagined that the plugin could just always use `/.gradle` to store...
We would welcome a release so we can switch back to the main release track of spotless and keep [our fix](https://github.com/diffplug/spotless/pull/2449) for the `ERESOLVE` errors we were facing. The last...