Commit Graph

18 Commits

Author SHA1 Message Date
Adrian Kuta
54f5074483 26-add-ios-target (#28)
* Refactor: Modernize build and publishing workflow

- Upgraded Kotlin from 1.7.20 to 1.9.20.
- Upgraded JDK from 11 to 21 across all GitHub Actions workflows.
- Replaced the legacy `maven-publish` plugin with `com.vanniktech.maven.publish` for simplified publishing to Maven Central.
- Removed the `publishSnapshot.yml` workflow, as snapshot publishing is now managed by the new plugin.
- Updated `publishRelease.yml` to use the `publishToMavenCentral` task and new secrets (`MAVEN_CENTRAL_USERNAME`, `MAVEN_CENTRAL_PASSWORD`).
- Simplified `build.gradle.kts` by removing manual publishing and signing logic.
- Set the JVM target to "21".
- Bumped the project version to `3.1.1`.
- Removed `js` targets and related configurations.
- Added a new code style configuration file for the project (`.idea/codeStyles/Project.xml`).

* fix: Add JavaScript targets

- Added JS (IR) targets (`browser` and `nodejs`) to the Kotlin Multiplatform configuration for publishing.

* Improve README and document new publishing workflow

- Expanded the project description to highlight key features like Kotlin Multiplatform support, traversal iterators, DSL, and utility functions.
- Added a new "Installation" section with instructions for Gradle (Kotlin/Groovy) and Maven.
- Added a "Traversal and utilities" section to demonstrate usage of iterators and helper functions.
- Replaced the old publishing documentation with updated instructions for publishing to Maven Central via the Central Portal.
- Detailed the two publishing methods: automatically via GitHub Actions on release and manually via local Gradle commands.
- Clarified required secrets and environment variables for the new publishing process.
2025-10-14 18:46:05 +02:00
Adrian Kuta
772eeb0465 Migrate publishing to Sonatype s01 and Central Portal
Some checks failed
Publish Snapshot / test (push) Has been cancelled
Publish Snapshot / Publish Snapshot (push) Has been cancelled
- Updated build script to support publishing to Sonatype's s01.oss.sonatype.org, which is compatible with the new Maven Central Portal.
- Prioritized Central Portal credentials (CENTRAL_USERNAME, CENTRAL_PASSWORD) over legacy OSSRH credentials.
- Updated repository URLs for releases and snapshots to point to s01.oss.sonatype.org.
- Added documentation in README.md explaining the new publishing setup, environment variables, and Gradle tasks.
2025-09-09 09:12:20 +02:00
Adrian Kuta
bd5e4f07ae Fix README.md 2022-12-16 19:22:52 +01:00
Adrian Kuta
6f16f1cb85 Update README.md 2022-11-23 09:49:48 +01:00
Adrian Kuta
b0a6c701ae Update README.md 2021-09-03 13:23:15 +02:00
Adrian Kuta
43b8982b88 Update README.md 2021-09-03 13:02:32 +02:00
Adrian Kuta
0e53380420 Update README.md 2020-01-28 18:24:30 +01:00
Adrian Kuta
eb2d5f07be Extracted prettyString from toString() method to new method prettyString() 2020-01-20 15:42:15 +01:00
Adrian Kuta
3f166aced0 Renamed functions. 2020-01-19 22:55:32 +01:00
Adrian Kuta
d49d813ab5 Update README.md 2020-01-12 16:30:22 +01:00
Adrian Kuta
5dd80035e4 Update README.md 2020-01-11 18:52:42 +01:00
Adrian Kuta
3e5401bd9d Updated README 2020-01-11 00:55:15 +01:00
Adrian Kuta
c87f712d90 Update README.md 2020-01-09 20:07:06 +01:00
Adrian Kuta
ff6c6ba6e1 Updated CI (#2)
* Updated CI

* Updated CI

* Updated CI

* Updated CI

* Removed wrong method.
2020-01-09 19:08:11 +01:00
Adrian Kuta
6a1c33fd02 Update README.md 2020-01-09 15:19:26 +01:00
Adrian Kuta
1392493075 Develop (#1)
* Configuring build gradle for publishing.

* Improvements.

* Improvements.
2020-01-08 15:51:14 +01:00
Adrian Kuta
cd7562d1b0 Update README.md 2020-01-08 15:41:37 +01:00
Adrian Kuta
7cbd3adf92 Added README and LICENSE 2020-01-08 13:31:10 +01:00