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
56 stars 18 forks source link

Upgrade source and target of the Java compiler #39

Closed dzc34 closed 7 years ago

dzc34 commented 7 years ago

java compiler: 1.7 instead of 1.6

Documentation: https://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-source-and-target.html

note: java 1.8 fail when running Docker image (Tomcat 7)