Cédric Champeau
Cédric Champeau
There's unfortunately no API in Gradle to figure out if we should use toolchains or not. I think we can workaround by adding one configurable to these tasks. However, your...
I'm extremely unclear what you mean. In particular, there's no such thing as a "noise map". The whole system is based on detection of the solar edges, nothing more than...
I think I've seen this before and it was caused by an incorrect project setup (e.g multiple kotlin plugins on classpath)
Closing this as I think it's misconfiguration on the user builds (e.g plugins added to `buildSrc` classpath).
I will take a look but I can't do it until Tuesday.
Sorry I completely forgot about this. The issue is that you have the logback conversion feature enabled, but you are selecting log4j, so there's no logback file to convert. simply...
You can set the version in the catalog. See https://micronaut-projects.github.io/micronaut-gradle-plugin/latest/#_selecting_the_micronaut_platform_version
mmm, it looks like the issue in the first place is having a dev file under the main resources. We could have a `src/dev/resources` directory...
> Would be difficult to get that working with both Maven and Gradle with and without build tool delegation in IDEs I don't think it's relevant here: this issue is...
> But I would like to exclude application-dev.properties form distribution artifacts. If I generate those distribution artefacts in CI where my application-dev.properties file do not exist that it is fine...