Daniel Lacasse
Daniel Lacasse
Here are some of the work left to do on the PR: - [x] Declare Windows distribution axis. - [ ] Declare Ncurses version axis. - [ ] Wire Ncurse...
Same idea as in https://github.com/adammurdoch/native-platform/issues/24#issuecomment-304003066 (manually loading the libraries so we can fallback to alternative implementation).
[This is a good reference implementation](https://github.com/nokeedev/docs.nokee.dev/blob/lacasseio/gh-pages/gradle/plugins/docs-gradle-plugin/src/main/java/dev/nokee/docs/plugins/JBakeArtifactsPlugin.java) of what I was explaining above.
For context, the workaround is: ``` // Delete baked output before baking allprojects { pluginManager.withPlugin('org.jbake.site') { tasks.named('bake', JBakeTask) { doFirst { output.deleteDir() output.mkdirs() } } } } ``` Using the...
Using [File leak detector](https://file-leak-detector.kohsuke.org/) could be useful here.
I would love to comply with this request, but Kotlin support for building Gradle plugins is messy, so this project doesn't support Kotlin. If we could document and isolate every...
The new and old codes accounted for this by only forcing JVM compatibility if the user didn't specify anything. I checked, and it does work. However... I see the issue....
Version 1.6.13 should fix the issue. Please reopen if the problem is still present.
This would be easy to solve with Grava dimension handling currently being extracted. Let's plan for 1.4.
There is a good chance we may not want to solve this issue unless we have a real use case.