Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit be9d6a3

Browse files
author
Connor Hollasch
committed
Massive revamp (use javascript to evaluate for efficiency)
1 parent a70bef3 commit be9d6a3

File tree

7 files changed

+580
-1466
lines changed

7 files changed

+580
-1466
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<groupId>org.apache.maven.plugins</groupId>
1616
<artifactId>maven-compiler-plugin</artifactId>
1717
<configuration>
18-
<source>1.7</source>
19-
<target>1.7</target>
18+
<source>1.8</source>
19+
<target>1.8</target>
2020
</configuration>
2121
</plugin>
2222

0 commit comments

Comments
 (0)