Guillermo Mazzola
Guillermo Mazzola
Felling better right? Sorry I missed that comment 😅 > Unfortunately I am not able to reproduce the issue :-/ That's strange 🤔, maybe it's not done all the time?...
> @gmazzo maybe you can provide a simple project to reproduce the error? Here is it: https://github.com/gmazzo/gradle-git-versioning-plugin-cc-issue Run `./gradlew --stop && ./gradlew build` to get the issue. Here is a...
Same here, I think it should be caused by some static initialization of jgit.
> I don't know how to reset it after it work once. Kill the daemon, that worked to me every time: `./gradlew --stop && ./gradlew xxx`
I can confirm the problem is with an incompatibility with JRuby. But yet I don't know who should fix it, to them to match the Ruby date implemention o here...
After some research, I realized the issue is that for some reason, the `composeApp.klib` content is not generated with lowercase (expected), that's the reason why is failing: Correct | Failure...
> but how this plugin is indirectly? triggering the issue, is something I couldn't figure out 🤷♂️ Update: if this issue is only happening when combined with https://github.com/gmazzo/gradle-buildconfig-plugin, the root...
You mean the `AndroidTest` variant right? Tests run on an emulator? I don't think it's going to work by default as the plugins is only aggregating `UnitTest` variants (that has...
> [jacoco/jacoco#1208](https://github.com/jacoco/jacoco/issues/1208) Seems like this will take a while. I wonder if there are other options than JaCoCo. Or if anyone figured out to do it with JaCoCo. > >...
I've been doing some exploration about supporting `AndroidTest`. It seems doable, but discovered a few issues that I'm trying to overcome. Basically, with the current implemention, just enabling `buildType.enableAndroidTestCovegare` breaks...