Asqatasun / Contrast-Finder

Contrast-Finder finds correct color contrasts (background / foreground) for web accessibility (a11y, WCAG, RGAA). https://app.contrast-finder.org
GNU Affero General Public License v3.0
55 stars 18 forks source link

Build: Maven 3.3.9 (at least) is required #199

Closed dzc34 closed 5 years ago

dzc34 commented 5 years ago

Observed behaviour

[INFO] Require Maven 3.3.9 to use the following plugin updates:
[INFO]   org.jacoco:jacoco-maven-plugin .............................. 0.8.2

Expected behaviour

     <prerequisites>      
-        <maven>3.1</maven> 
+        <maven>3.3.9</maven>
    </prerequisites>

Steps to reproduce the behaviour

mvn versions:display-plugin-updates