Commit Graph

11 Commits

Author SHA1 Message Date
Honza Rychnovský 26094e2730
[#267] Dependency update
* [#267] Gradle Versions 0.51.0

* Ktlinti 1.1.0 -> 1.2.1

* Okio 3.9.0

* Kotest 5.8.1

* Dokka 1.9.20

* Kotlin 1.9.23

* Gradle 8.7

* Changelog update

* Library version bump
2024-04-14 14:11:14 +02:00
Honza Rychnovský 3d9db860ef
[#227] Deploy to mavenLocal failed 2023-10-02 14:31:01 +02:00
Honza Rychnovský f6e157c976
[#213] Gradle 8.3 2023-08-31 10:11:17 +02:00
Honza Rychnovský ac111d8db9
[#194] Detekt enhancement
* [#194] Detekt 1.23.0

* [#195] Detekt MaxLineLength rule turn on

* Update dependency locks
2023-06-20 11:27:44 +02:00
Carter Jernigan 21bbbac29b [#170] Kover 0.7.0 2023-05-19 06:09:33 -04:00
Luca Spinazzola c4c5302fc6 Add native implementation 2023-05-18 08:43:16 -04:00
Bruno Wieczorek 2ea47dc50c
Move tests from jvmTest to commonTest (#108)
The first step for making the library multiplatform. This commit also
removes JSON parsing and Moshi test dependency.

This change also includes moving test extensions and test data to utils
package.
2022-10-10 16:49:37 -04:00
Carter Jernigan 6b86d28428 [#95] Fix publishing all variants
Previously just the multiplatform metadata was being published
2022-07-29 09:19:15 -04:00
Carter Jernigan 23278b9c96 [#52] Fix signing maven publications
- Remove `IS_RELEASE_SIGNING_ENABLED` as it didn’t do what was expected.  It just made signing optional and didn’t toggle signing off.
 - Removed passing signing key for snapshot deployments in deployment
 - Pass signing key for maven local deployment for release deployment
2022-07-26 13:05:37 -04:00
Carter Jernigan c39fbb2b1d [#52] Fix Maven deployment 2022-07-19 17:08:57 -04:00
Carter Jernigan 8ca01777c8
[#65] Support included builds
Namespacing the build-conventions will solve issues with included build name conflicts.

Namespacing the lib will also prevent conflicts with included builds.
2022-06-14 08:30:12 -04:00