Björn Kautler

Results 936 comments of Björn Kautler

Hm, do you have any estimate when "soon" will be approximately? My workaround works, but it kills the system eventually. As Gradle does not know the worker is not needed...

People cannot reopen tickets that you closed. Non-members can only reopen tickets they closed themselves. What did you mean with "this" in "now that this has been merged"? I don't...

I don't see how #106 should be related to this issue. *confused*

Ah, that one, I see. I didn't try it out but from a quick look at the sources, I'd say the problem is most probably there again. It seems the...

@Thorbear ```groovy dependencyCheck { allprojects { configurations.all { if ((it.name.startsWith('kapt')) && !(it.name in skipConfigurations)) { skipConfigurations

@nlassai & @jrodguitar though it is not documented, since 5.0.0 there is `scanProjects` and `skipProjects` introduced with #99.

`exclude`s are actually not the semantically correct way to fix invalid metadata. That's more symptom treatment, like calling `Thread.sleep` to "fix" multi-threading issues or `SwingUtilities.invokeLater` to "fix" GUI issues. Instead...

They are optional dependencies, not unnecessary dependencies. If you use the part that needs that dependency, you also need the dependency. The quick and easy way is to add it...

The code you linked forwards from the test to the executed build. But nothing forwards from the main Gradle process down to the test task. Just try to use the...

It causes much more problems, like incompatibilities with actual neko html on the class path but in different versions and then depending on class path ordering things happen to work...