Björn Kautler

Results 380 issues of Björn Kautler

When running `refreshVersions` with a version catalog, the version comments are not aligned with the original version like in other places. It looks like this: ``` build-kotlin = "1.7.10" ##...

I just have applied and run `refreshVersions`. This mixed up my existing version catalog which was written in the idiomatic way. It put the `plugins` section first and put newlines...

If I for example have a conventions plugin project using `` `kotlin-dsl` `` plugin, it should have the version embedded in Gradle. You usually do not declare that version in...

If you configure a non-existent directory for `versionsPropertiesFile` like ```kts refreshVersions { versionsPropertiesFile = file("build/tmp/refreshVersions/versions.properties") } ``` the build fails with an exception. As a work-around you can create the...

Will look like this when produced: ![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/tdLND5eJpRKUT3xAEJML/918cb757-86d9-419d-a61e-ea646ef6e370.png) And additionally logs warnings for listing blocks that do not have a source include like > WARNUNG: listing with only inline code found;...