Jean-Michel Fayard

Results 208 comments of Jean-Michel Fayard

Doesn't it depend on the Gradle version? examples/groovy did work for me when I was using current Gradle, before I refactored it to use the Gradle wrapper of the plug-in

What's the status of this? Is the README wrong or the feature buggy or both? @bric3 see #344

Yes that was the suggestion :)

@Kantis `readResource` is nice ; when I use IntelliJ diffing tool, I do not only _see_ the diff, I can also directly _edit_ the expected file, accepting or rejecting chunks...

Hello yes that would be awesome if the intellij plugin could enable that Le mer. 4 mai 2022 à 23:06, Emil Kantis ***@***.***> a écrit : > Ah.. gotcha! That's...

> This have nothing to do with the Kotlin DSL. I am talking about those samples so yes it has to do something with the Kotlin DSL https://github.com/gradle/kotlin-dsl/tree/master/samples This is...

Hello @ajalt could you notify me when `intellij/markdown` and therefore mordant is available on Kotlin/Native? I want to integrate it to my starter project for building command line tools https://github.com/jmfayard/kotlin-cli-starter

I can confirm it works, thanks a lot @ajalt

Note: in practice this is done by pushing a tag `v1` to your latest `1.x.y` release ```bash git tag -fa v1 -m "Update v1 tag" git push origin v1 --force...