Skip to content

Releases: fahrez182/Axeron-API

v1.4.2

29 Jan 13:55

Choose a tag to compare

refactor: Update build configurations and lower CMake version

This commit adjusts build-related configurations across the `rish` and `axerish` modules.

- **CMake:** Lowers the minimum required CMake version from `3.31` to `3.22` in `rish/src/main/cpp/CMakeLists.txt`.
- **Gradle:**
    - Comments out the explicit CMake version (`3.31.0`) in the `rish` module's `build.gradle.kts`.
    - Adds the `publishLibrary` extra property and sets it to `true` in the `axerish` module's `build.gradle.kts`.