Damir Murat

Results 19 comments of Damir Murat

For my own education, can you please confirm if incomplete coverage of Groovy assert statements is also a consequence of this issue?

Sorry for pinging, but I'm interested about progress of this. Did you manage to try something? Tnx.

I've just stumbled on this problem of invalid source maps. In general, I'm experiencing the same issues as other reporters do. I've tried to use gulp-babel on pretty complex Angular/TypeScript...

I can confirm this is still happening with Gradle 7.2 and kordamp 0.47.0

If of any help, at the moment I'm using the following configuration: ``` config { docs { groovydoc { ... options { ... link( "https://docs.oracle.com/en/java/javase/11/docs/api/java.base", "java.io.", "java.lang.", "java.math.", "java.net.", "java.nio.",...

Here it is: ``` gw --version Using gradle at '/Users/dmurat/work/dev/croz/klokwrk/klokwrk-project/gradlew' to run buildfile '/Users/dmurat/work/dev/croz/klokwrk/klokwrk-project/build.gradle': ------------------------------------------------------------ Gradle 6.9 ------------------------------------------------------------ Build time: 2021-05-07 07:28:53 UTC Revision: afe2e24ababc7b0213ccffff44970aa18035fc0e Kotlin: 1.4.20 Groovy: 2.5.12 Ant:...

Thank you for looking into this. Which Gradle command did you use? I'm using ``` gw clean assemble testClasses testIntegrationClasses --parallel --exclude-task groovydoc gw check --parallel --continue --exclude-task codenarcMain --exclude-task...

It looks like `--parallel` switch causes the trouble. Can you try with `gm check --parallel`?

Still, it looks like there are some warnings present :-) There is ``` Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all'...

Yes, very unexpected that it depends on `--parallel` flag. Still, warnings do not appear in kordamp 0.44.0. Looks like some change in 0.45.0 is the cause. I will try various...