Klaus Lehner

Results 21 comments of Klaus Lehner

well and if you comment the coverageExcludes then it gradle claims that it can't find the property 'com' when trying to execute the com.orbitz.gradle.cobertura.tasks.GenerateCoverageReportTask

Hey, sorry for the late reply, I missed your ticket. Your issue seems to be related with the Spring Dependency Plugin, see https://github.com/spring-gradle-plugins/dependency-management-plugin/issues/319, and https://github.com/r2dbc/r2dbc-bom/issues/44 Unfortunately I couldn't fix it...

For me, that doesn't work in either case. I have the following root HTML ````html First Name Last Name ```` And the following HTML reponse for the HTMX response: ```html...

@radcool can you re-open that issue please? I can't unfortunately, and I would like to avoid creating a new one.

I just tried it again with exactly the example from https://htmx.org/examples/update-other-content/#oob and there is the same behaviour. The is simple cut off

Just found the more recent issue https://github.com/bigskysoftware/htmx/issues/1538, which seems to be a duplicate. We can close either of the two but I would also state that this ticket here outlines...

That wouldn't be sufficient, as in typical gradle builds the version number is also part of the generated JAR file. I could [turn that off as well](https://stackoverflow.com/questions/26540059/get-gradle-to-ignore-version-number-in-jar-name) of course but...

Hm, maybe my second option up there ("use snapshots locally") could still be an option. As mentioned above, currently that breaks because of ``` Reckoned version 1.0.0-SNAPSHOT is (and cannot...

Puh, the more I dig into that topic the more confusing it gets. After filing https://github.com/zafarkhaja/jsemver/issues/62 I had a look at some more (conflicting) docus. The [SemVer spec](https://semver.org/#spec-item-11) says >...

As one of the Gradle Core Devs sent me an info on twitter that [there is even another implementation inside Gradle](https://twitter.com/wolfs42/status/1591013495751204864), I created that repository for your reference: https://github.com/cloudflightio/semantic-versioning