jutoft

Results 9 comments of jutoft

Yes thank you. I have added the directory using extraDirectories as a workaround. The build dependency is uphold as the folder does get the right dependency "hooks". So yes this...

This should be fixable if the issues mentioned here is fixed: https://github.com/bmuschko/gradle-cargo-plugin/issues/147#issuecomment-450896611

We tried to use this plugin in kotlin and got this issue: It fails with a class cast exception in com.bmuschko.gradle.cargo.convention.CargoPluginExtension#deployable: deployable(delegateClosureOf { context = "our-deployable" }) It expects a...

Have you tried if it works if you use the CargoBasePlugin? The CargoPlugin is definently broken when handling an empty list of deployables. Here is a few things that might...

The changes works for what we use the api for. There is more deprecations, but i have not looked into them. I have no further plans to extend the api...

I have created our own task to add support for Toolchain. We were blocked by some code had to be build with a never version of the jdk than gradle...