5 Commits

Author SHA1 Message Date
Hammy
b0d472df3b
fix(palette): incorrect rgb channel ordering (#32)
* fix(palette): incorrect rgb channel ordering

* tests(palette): remove "built-in" tests

* ci(deploy): switch to token based auth
2025-02-22 23:19:12 +00:00
Hammy
55146a7906
ci(build): run on .mvn/** changes (#13) 2024-06-09 16:39:00 +01:00
Hammy
d1c27b8cf4
ci: avoid duplicate builds & update paths (#5) 2024-05-18 03:31:56 +01:00
nullishamy
36240ecb18
feat!: auto-generate from palette.json (#3)
This commit rewrites the library to be generated from
the palette.json which acts as a source of truth.

The project is now a multi-module maven project, with
the "processing" module responsible for generating the
code used in the "palette" module. Both modules will be
published to Maven Central and available as separate
JARs.

Co-authored-by: sgoudham <sgoudham@gmail.com>
2024-05-18 03:17:27 +01:00
sgoudham
054deb5215
feat: add java library 2023-01-08 22:44:30 +00:00