Commit graph

164 commits

Author SHA1 Message Date
0b6e55b338
Set Kotlin's language version to Java 8 2024-10-16 11:17:34 -07:00
09b44d53e8
Compile public version with Java 21 2024-10-16 11:15:39 -07:00
df7482c3a0
Version 1.6.0-SNAPSHOT 2024-10-15 13:00:33 -07:00
3e36e389fb
Bumped Gradle to version 8.10.2 2024-10-15 12:43:53 -07:00
d66fdb12e6
Updated dependencies
Bumped Detekt to version 1.23.7
Bumped Kover to version 0.8.3
Bumped Kotlin to version 1.9.24
2024-10-15 12:43:01 -07:00
Ronny Bräunlich
6f33f9c2a9
feat: Java 8 compatibility (#19)
Closes #18

Co-authored-by: Ronny Bräunlich <ronny.braeunlich@cbc.de>
2024-10-15 12:03:54 -07:00
dd3d500496
Version 1.5.0 2024-03-27 21:44:29 -07:00
Adam
c801a9703f
Tidy publishing config (#17)
* remove custom POM location (Gradle gets confused)

* - update GitHub actions
- use new `gradle/actions/setup-gradle`
- block cancel-in-progress for publish.yml
2024-03-27 10:54:49 -07:00
1ef2045b32
Reworked GitHub workflows 2024-03-26 22:14:18 -07:00
Adam
d03c61cb92
bump version to 1.5.0-SNAPSHOT (#16) 2024-03-26 21:38:50 -07:00
a689c56e1e
Bumped Gradle to version 8.7 2024-03-26 14:14:08 -07:00
b59d01ec6d
Bumped Dokka to version 1.9.20 2024-03-26 14:13:32 -07:00
Adam
8890fef665
bump Kotlin to 1.9.23, enable additional Kotlin Multiplatform targets (#15)
* bump Kotlin to 1.9.23, enable additional Kotlin Multiplatform targets

* replace soon-to-be-deprecated kotlinOptions with newer compilerOptions
2024-03-26 13:52:11 -07:00
Adam
171570159e
add Java tests for verifying @JvmStatic (#14) 2024-02-25 04:17:08 -08:00
61137e0878 Updated copyright 2024-02-24 22:21:30 -08:00
f3fc266c6f Bumped dependencies 2024-02-24 22:21:17 -08:00
7817198be1 Removed JDK 20 deprecation reference 2023-11-17 08:56:40 -08:00
b9791dc507 Added java.net.URLEncoder deprecation reference 2023-11-01 00:52:22 -07:00
ee35984130 Added pom.xml generation 2023-10-18 21:04:08 -07:00
05d4a52240 Updated dependencies 2023-10-18 20:16:44 -07:00
8ebc178474 Revert "Added codecov"
This reverts commit 404ca93137.
2023-09-29 00:32:01 -07:00
404ca93137 Added codecov 2023-09-29 00:19:35 -07:00
2523b31073 Remove iOS X64 simulator 2023-09-25 01:50:45 -07:00
6acf3417e5 Added iOS simulator target 2023-09-24 21:53:27 -07:00
f711cf719f Try using iOS target shortcut 2023-09-24 13:08:56 -07:00
ebdc9ceef8 Added iOS publish workflow 2023-09-24 12:41:46 -07:00
9f3803bdcd Added iOS publications 2023-09-24 12:12:01 -07:00
5b46ff448c Updated Kotlin badge 2023-09-22 04:41:04 -07:00
d790a02365 Fixed examples 2023-09-21 22:04:34 -07:00
7ea75e30e7 Fixed Kotlin badge 2023-09-21 19:28:03 -07:00
e54ec3d98d Updated maven-central badge and links 2023-09-21 19:05:55 -07:00
0f369ca080 Removed quality gate 2023-09-21 14:54:17 -07:00
efcfe5e56f Removed deploy tasks 2023-09-21 14:06:08 -07:00
0fa364b47e Hard-coded description 2023-09-21 14:01:48 -07:00
392af12f50 Now using in memory PGP key
Fixed signin syntax

Fixed dangling char

Fixed typo

Added GPG key password
2023-09-21 13:07:10 -07:00
0235444814 Version 1.4.0
Added setting GPG_TTY

Made GPG_TTY global

Added GPG_TTY setup for each platforms
2023-09-21 10:59:21 -07:00
938bd54f2b Fixed snapshot badge 2023-09-13 13:35:34 -07:00
f3f70f1f93 Changed language version to 1.6 as 1.5 is deprecrated 2023-09-13 13:13:23 -07:00
b6b7dabb50 Added laguage version 2023-09-13 13:04:29 -07:00
080b7a971f Delete ~/.gnupg on Windows 2023-09-13 13:04:14 -07:00
61a93bd523 Updated dependencies 2023-09-13 13:03:04 -07:00
53f8fbab21 Change package id/group 2023-09-06 16:24:50 -07:00
1ad7dc46dd Add rm action for Windows 2023-09-06 14:54:21 -07:00
825bcd7355 Fix Gradle dependencies example
Fix invalid secret names

Remove concurrency

Remove invalid rm flag on Windows

Replace rm with rd on Windows
2023-09-06 14:54:13 -07:00
e7ab107f9c Add multiplatform to publishing name 2023-09-06 12:42:55 -07:00
a0e0cff0cd Add publish workflow 2023-09-06 12:13:43 -07:00
Adam
8fcd629bce
Convert urlencoder lib to Kotlin Multiplatform (#10)
* convert UrlEncoderUtil to be multiplatform compatible

* convert lib tests to KMP

* convert UrlEncoderTest to commonTest (but since there's only a JVM target there's no changes), and also convert mutable test data with read-only types.

* Update copyright

---------

Co-authored-by: Erik C. Thauvin <erik@thauvin.net>
2023-09-05 13:55:29 -07:00
ae060f5bd2 Configure dokka for JVM-only 2023-09-04 14:45:09 -07:00
dd2dc9e380 Remove lock files 2023-09-04 14:44:51 -07:00
32e21491c7 Update dependencies 2023-09-03 14:41:05 -07:00