James Ward
James Ward
This shouldn't impact you. We just won't use `mavenLocal()` in the examples project. Curious for more details on why you are using `publishToMavenLocal` though.
I'm currently exploring using Gradle Composite builds as a way to handle this scenario: https://docs.gradle.org/current/userguide/composite_builds.html But I haven't yet tested this approach with grpc-kotlin.
Thanks! I'll get this into a 1.3.1 release shorty - just waiting to see if we want to get anything else into the release.
I've released `v1.3.1` with this fix. Thank you @zakhenry! Let us know if there are any issues.
I'd also love some details on how to use a `PreModifier` to make some source changes before the default modifier runs.
This library is awesome and I'd also love to see KMP support especially for Linux Native. :)
We will need @lowasser to review this.
I also couldn't get the this working with `sourcesExcludes` and like @lucasls was able to get it working with the `sourceRoots` but get: ``` [WARNING] Parameter 'sourceRoots' is read-only, must...
Very basic benchmark: ``` pkl-k8s-examples/pkl/basic $ time pkl eval -f yaml frontend.pkl ... real 0m0.318s user 0m0.300s sys 0m0.016s ``` With `upx -9`: ``` pkl-k8s-examples/pkl/basic $ time pkl-upx eval -f...
JDK 17. Ubuntu Linux.