]> jfr.im git - irc/rizon/moo.git/commitdiff
Java 8!
authorAdam <redacted>
Mon, 10 Jul 2017 18:55:30 +0000 (14:55 -0400)
committerAdam <redacted>
Mon, 10 Jul 2017 18:55:30 +0000 (14:55 -0400)
Welcome to 2014

.gitlab-ci.yml
pom.xml

index 8ccaf61a51e719d017696c0d64bd81c22ecc9077..3d7c54710739ff4f4c3750d62bea8169f26a0c12 100644 (file)
@@ -1,5 +1,5 @@
-image: maven:3-jdk-7
+image: maven:3-jdk-8
 
 build:
   script:
-    - "mvn -B test"
\ No newline at end of file
+    - "mvn -B test"
diff --git a/pom.xml b/pom.xml
index 8843b548c53f62fe105c7ea78d40ab3b011a684c..7338c80ebebeca86eade2f289bc6143e7498d4b1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -85,8 +85,8 @@
                                <artifactId>maven-compiler-plugin</artifactId>
                                <version>3.3</version>
                                <configuration>
-                                       <source>1.7</source>
-                                       <target>1.7</target>
+                                       <source>1.8</source>
+                                       <target>1.8</target>
                                </configuration>
                        </plugin>
                        <plugin>