John Burns

Results 13 issues of John Burns

The `` tag should have a 'rel' attribute: https://www.w3schools.com/TAGS/att_a_rel.asp

I am using the `image/` output from the `runtime` task to build a docker image. I am using `gcr.io/distroless/base` and building with jib. when i run the docker image, it...

It looks like a number of fixes (including for #246 ) have been merged, but the last version released (1.0.14 in 2020) do not contain these fixes. @gigaSproule Would you...

update gradle Introduce "hybrid" applications which allow kofu to be mixed with a traditional annotation context. This will assist codebases to migrate gradually, and/or still use boot libraries that don't...

It looks like the DSL is missing the [srcSet attribute](https://www.w3schools.com/TAgs/att_source_srcset.asp) of the source tag

`NpmTask`'s workingDir property is currently a RegularFileProperty but it probably should be a DirectoryProperty similar to how `NodeTask`'s workingDir property is. I can implement this, if you wish, but I...

`android` extension property should be deprecated, usage should be replaced by `ktlint_code_style = android_studio` in editorconfig

change the dependency on gradleApi() that the java-gradle-plugin plugin from api to compileOnlyApi fixes #34539 ### Context as noted in https://github.com/gradle/gradle/issues/34539, this will allow the gradleup shadow plugin to not...

in:plugin-development
from:contributor

intellij ktlint plugin now can read/write to a properties file for the ktlint tool version: [ktlint-plugin/src/main/kotlin/com/nbadal/ktlint/KtlintPluginsPropertiesReader.kt](https://github.com/nbadal/ktlint-intellij-plugin/blob/1d48b03a99563ea250f35cd1423bd47ae1b59ca0/ktlint-plugin/src/main/kotlin/com/nbadal/ktlint/KtlintPluginsPropertiesReader.kt) we should read that file and use it to set the ktlint version on...

Is the Gradle 9 task cache supported? When i run it with `org.gradle.configuration-cache=true` I get the following error ``` Task `:runKtlintFormatOverKotlinScripts` of type `org.jlleitschuh.gradle.ktlint.tasks.KtLintFormatTask`: cannot serialize object of type 'org.gradle.api.internal.project.DefaultProject',...