Daniel Geißler

Results 12 comments of Daniel Geißler

@jglick as menitioned in the ticket I personaly think this is a great addition as it opens up the possibility to release the lock the moment we don't need it...

@abayer @jglick Any activity on lockable-resources? This (and quiet a few other pull requests) would significantly improve or fix the plugin, but are not showing any progress.

The best I could come up with was this task, that evaluates at least the locally declared constraints: ``` def checkApiConstraintsTask = tasks.register('checkApiConstraints', { group 'verification' doLast { def conf...

Seems to be very much the same issue as with the ci.maven plugin https://github.com/OpenLiberty/ci.maven/issues/697

@javsalgar is this smth your team want's to work on or should I ignore the stale notification next time as it won't be tackeled anyways?

I've stumbeled across this too, but solved it temporarily by using another jacoco destination file. But now after some time - after upgrading to gradle 6.8.1 I've had this issue...

for anyone looking for a solution, a colleage of mine just found the same issue here https://github.com/detekt/detekt/issues/4364, that has been fixed by: https://github.com/detekt/detekt/blob/main/detekt-gradle-plugin/src/main/kotlin/io/gitlab/arturbosch/detekt/extensions/DetektExtension.kt#L81-L93 note the deactivation of caches on the...

`processResources` is not by default a requirement for the `compileClasses` task see https://docs.gradle.org/current/userguide/java_plugin.html#sec:java_tasks But there may actually be some folks who configured it in their builds to be this way,...

Sorry for the long wait. Unfortunately I don't have time to follow the topic anymore. It's basically this way. You take a gradle project on your local machine, enable the...

any action from the gradle team to fix that issue?