John Ahlroos
John Ahlroos
Could you post your build.gradle? Looks like you are getting multiple versions of asm in your build classpath.
Looks like this still is an issue.
This issue only occurs when using JDK9 or above. With JDK8 everything should work fine.
Looks like it is currently not possible https://discuss.gradle.org/t/force-task-to-always-run-continously/23025
Yes, right now the new implementation configurations are not supported. Unfortunately, it is a breaking change which means that either we have to release a non-backwards compatible plugin or continue...
I would like to merge this but some third party plugins like Gretty (https://github.com/gretty-gradle-plugin/gretty/issues/130) many people use does not support Gradle 6 yet so we will have to wait a...
Hi, To manage your own dependencies you first have to realize that the configurations which exist there are there for a reason. The plugin will need different kinds of classpaths...
@Arvidas1 The reason examples for it doesn't exist is that it is a not preferred way of defining dependencies as you need to know the internals of the plugin to...
Yes, I am getting the same thing, 1.4.1 is not found. This might be an issue with the Gradle plugins directory not indexing the plugin correctly. Could you try re-publishing...
I'm using the Java FDK, but I guess this is a generic issue for all the FDKs to be able to resolve the details of the incoming request. The use-case...