From e970b70d3eaa9b855876fe2a065a38780501c127 Mon Sep 17 00:00:00 2001 From: Jon Pretty Date: Wed, 5 Jun 2024 20:38:54 +0200 Subject: [PATCH] Update build and POM file --- etc/core/pom.xml | 57 ++++++++++++++++++++++++++++++++++++++++++++ fury | 2 +- src/test/tests.scala | 1 - 3 files changed, 58 insertions(+), 2 deletions(-) create mode 100644 etc/core/pom.xml diff --git a/etc/core/pom.xml b/etc/core/pom.xml new file mode 100644 index 0000000..0fa2d0a --- /dev/null +++ b/etc/core/pom.xml @@ -0,0 +1,57 @@ + + + 4.0.0 + dev.soundness + iridescence-core + 0.1.0 + + + Apache 2 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + Iridescence + Sophisticated representation of color + https://soundness.dev/iridescence + jar + + 21 + UTF-8 + + + + dev.soundness + anticipation-color + 0.2.0 + + + dev.soundness + contextual-core + 0.2.0 + + + dev.soundness + hypotenuse-core + 0.2.0 + + + + Propensive + https://propensive.com/ + + + https://github.com/propensive/iridescence + scm:git@github.com:propensive/iridescence.git + + + + propensive + Jon Pretty + jon.pretty@propensive.com + https://propensive.com/ + + + diff --git a/fury b/fury index 226ac90..c1f7cf3 100644 --- a/fury +++ b/fury @@ -13,7 +13,7 @@ project iridescence module core compiler scala sources src/core - include cardinality/core digression/core contextual/core anticipation/color hypotenuse/core anticipation/opaque + include contextual/core anticipation/color hypotenuse/core module test compiler scala diff --git a/src/test/tests.scala b/src/test/tests.scala index 11687ba..90977b7 100644 --- a/src/test/tests.scala +++ b/src/test/tests.scala @@ -17,7 +17,6 @@ package iridescence import probably.* -import rudiments.* import gossamer.* given ColorProfile = colorProfiles.daylight