Ken Yee
Ken Yee
FWIW, this only happens w/ the Zulu JDK...others like Temurin (aka Adoptium) and GraalVM do not have this issue because only Zulu has this convoluted symlink structure...
Curious what kinds of Proguard bytecode rewriting was needed...any luck getting that to work? The concept sounds nice if this is extensible...
We're seeing this in our IDEA/AS logs as well. Probably worth mentioning in the repo Readme since it seems to be happening to everyone...
Ditto...please release this! This issue was filed 2yrs ago :-P
@noisecapella : one other thing I noticed is the directionsStops table is empty. Is this a bug in the generator? I didn't see anything in the generator code that would...
That makes sense. I have a different need...have to figure out which stops and directions are nearby for a particular route (e.g. inbound for bus route 9) and that directions...
+1 looking for something like this too
This is one way to do it from the other ktlint plugin: https://github.com/JLLeitschuh/ktlint-gradle/blob/d0ca26e0a04b51222ff9d3812c682d57b2142427/plugin/src/main/kotlin/org/jlleitschuh/gradle/ktlint/GitHook.kt#L222 but having a top level formatKotlinFiles accepting args would be more useful IMHO. The other way would...
To follow up on this, I ended up using @Mahoney's xargs script above and using the raw pinterest ktlint executable instead. If this is done via the gradle task, it...
I don't think the config caching would help. You can also tell homebrew to install a specific version. Or you can download a specific executable from the pinterest repo releases...