Björn Kautler

Results 489 issues of Björn Kautler

Please add license information, project URL, and so on to the published POMs, so that when for example using tools like https://github.com/jk1/Gradle-License-Report it can properly determine the necessary information for...

Version 1.1.0 is missing on Maven Central, but is essential to fix the "empty value" parse error in upstream projects like ktlint. Please push out the release. :-)

Strings are never UTF-8 encoded. Strings are a sequence of Unicode characters. If these Unicode characters are encoded into a sequence of bytes or decoded from a sequence of bytes,...

Before these changes, `ActionCoords#name` sometimes had the actual action coordinates, so for example `some-name__some-sub`, sometimes it had the replaced `some-name/some-sub`. This is not good, as you never know what you...

### Current Behavior I'm reporting this as bug in case it is a code issue, but it could also be that just documentation should make it clear. Version constraints influence...

a:bug
in:dependency-resolution

Given a Gradle 7.4.2 project with plugin `id("org.sonarqube") version "3.3"` applied and the configuration block ```kts sonarqube { properties { property("sonar.scanner.dumpToFile", layout.buildDirectory.file("sonarqube.properties").get().asFile.absolutePath) } } ``` If you now execute `./gradlew...

a:bug
in:configuration-cache
@configuration-cache