Adam
Adam
Hey, so there are lots of changes in this PR. I recognise there's quite a lot, and so if you'd like I can break them down into smaller PRs so...
**Describe the bug** I am trying to release to Maven Central, but when I publish, I get an error ```none Could not load the value of field `values` of `org.gradle.api.internal.collections.SortedSetElementSource`...
**Describe the bug** When I use `Iban.isValid()` it throws an exception when the IBAN is invalid. I expect that it does not throw an exception, as per the Javadoc https://github.com/marcwrobel/jbanking/blob/657cabe29dad16ba7251e793e1b2da6a9598e978/src/main/java/fr/marcwrobel/jbanking/iban/Iban.java#L144-L153...
I've got a GCP Cloud Function, called `call-handler`. It's got a HTTP trigger. The trigger URL is ```console https://**location**projectname**.cloudfunctions.net/call-handler ``` I need to reconstruct the original URL that triggered `call-handler`....
* Bump Gradle to 7.4.2 * Bump Kotlin to 1.7.0 I also refactored the Gradle scripts to be a little more idiomatic * dependencies defined in 'common', if they are...
This is a really specific issue! It took a while to track down. When a data class is defined inside an interface, it causes an exception This is the most...
This is a **very** speculative issue, https://maplibre.org/ I like the look of MapLibre for a couple of reasons: * TypeScript native (Leaflet is entirely JS and it doesn't look like...
### Scenario * JaCoCo version: 0.8.8 * Operating system: Windows * Tool integration: Maven * Description of your use case: I would like to improve the accessibility of the HTML...
Update: I'm breaking this PR up into smaller PRs * #3167 * #3168 * #3163 --- Updates the Multiplatform Gradle plugin to have a `const val` for the compiler version....
Depends on * #3156 * https://github.com/kotest/kotest/pull/3167 * https://github.com/kotest/kotest/pull/3168 This WIP change migrates the current functional test to use the Gradle TestKit plugin. This improves speed, the tests can be parameterized...