Björn Kautler

Results 380 issues of Björn Kautler

### Current Behavior `GroovyCompile` ignores configured source encoding: ![image](https://github.com/gradle/gradle/assets/325196/e8d0d828-bd19-404a-9545-34b7deb29f9b) ### Expected Behavior `GroovyCompile` respects configured source encoding ### Steps to Reproduce - Unpack [mcve.zip](https://github.com/gradle/gradle/files/13430410/mcve.zip) - Run `runAll` task ### Gradle...

a:bug
in:scala-plugin
in:groovy-plugin
:wave: team-triage
has:workaround
re:comprehensibility

## Issue Description I have a project that is analyzed with SonarQube 9.9. As the “Dependency-Check Integration” plugin’s scanner is reporting the findings on the build scripts, I added the...

The `refreshVersionsCleanup` task cleans up different files than the `refreshVersions` task changed. For example it uses hard-coded `File("gradle/libs.versions.toml")` (just with the path from a constant) to clean up the version...

I have this plugin and https://github.com/SonarSource/sonar-scanner-gradle in the same classpath. Both plugins have the very generic `/version.txt` file in their JAR and read it to find out their own version....

- `generateLicenseReport` has hard-coded `config.absoluteOutputDir` as `@OutputDirectory` - `checkLicense` has hard-coded `"${config.absoluteOutputDir}/$NOT_PASSED_DEPENDENCIES_FILE"` as `@OutputFile` This is very bad. This means that the `checkLicense` file is also considered output of the...

I spent the last 3 days to find out why for the `LICENSE.txt` file of `javax.activation:javax.activation-api:1.2.0` I got ASLv2, CDDL 1.0, and CDDL 2.0 as found licenses. I have significant...

I'm porting a Groovy DSL build to Kotlin DSL. Before I did things like ```groovy property('foo', [...] ?: null) ``` to override `foo` and either set it to some value...

I modified a build and checked what changes happened to the generated SonarQube properties when using `sonar.scanner.dumpToFile`. During this I stumbled upon `sonar.scanner.appVersion` being set to `0.60.3/Gradle 7.6.4` now. The...