Ben Keil

Results 49 comments of Ben Keil

After a new build output of `git log` ``` bcabb17 (HEAD -> main, tag: v1.0.11, origin/main) chore(release): 1.0.11 [skip ci] ``` output of ./gradlew showVersion ``` > Task :showVersion Version:...

and the configuration: ```kotlin semver { snapshotSuffix = "SNAPSHOT" // (default) appended if the commit is without a release tag dirtyMarker = "dirty" // (default) appended if there are uncommitted...

The problem is missing environment variables in the `ProcessBuilder`. As a test: ```kotlin fun String.runCommand(workingDir: File): String? { try { println(">> workingDir: $workingDir") val parts = this.split("\\s".toRegex()) return ProcessBuilder(*parts.toTypedArray()) .directory(workingDir)...

it's a must have, but seems like this project is dead

The repository resource could also stay as it is. And there are 2 ways to configure the repo. import does not work for my case. The state don’t even exists....

That's really serious. Node 21 reached end of life.