jochenberger

Results 24 issues of jochenberger

If you change the project's version number, the report is not regenerated and thus contains the old version number. Example project: ```groovy plugins { id 'com.github.jk1.dependency-license-report' version '2.0' } version...

Consider the following Gradle build: ```groovy plugins { id 'java' id 'com.github.jk1.dependency-license-report' version '1.16' } repositories { mavenCentral() } dependencies { implementation 'com.sun.activation:jakarta.activation:1.2.2' } ``` Running `./gradlew -i generateLicenseReport` outputs...

See http://jsfiddle.net/xdtdf4f1/1/ The results overflow the drop-down menu. This is probably caused by the `width: 100%;` directive in line 128 of the CSS. What was the reason for adding it...

Currently, the input is a `File` / directory. All markdown files from this directory are converted, the other files are copied as they are. It would be better if you...

#18 broke the UMD bundles

The move to equo for the Eclipse-based formatters causes issues in out CI build. See https://github.com/diffplug/spotless/pull/1524#issuecomment-1510938601 The problem is, that the plugin tries to write the equo cache into a...

enhancement

Spotless 6.20.0 does not get along well with the Spring Dependency Management Plugin in recent versions. I'm getting ``` Could not determine the dependencies of task ':spotlessCheck'. > Could not...

bug

Consider the following HTML ```html div { border: 1mm dashed black; background-image: linear-gradient(to top, red 0, red 5mm, white 5mm, white); margin: 5mm; } .h1 { height: 1cm; } .h3...

You can set a color for the text-decoration, i.e. `text-decoration: underline red;` If you specify a color though, there is no decoration rendered in the PDF.

If I have a multi-line `` content, I get "Possibly inappropriate use of a "Span" structure element" warnings in PAC2021. ![grafik](https://user-images.githubusercontent.com/370733/195347181-15c7dd86-2203-40b4-8041-a637eb939c4d.png) The HTML is ```html DD test Foo BarBaz ```...