aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorcushon <cushon@google.com>2016-09-15 17:11:01 -0700
committerLiam Miller-Cushon <cushon@google.com>2016-09-16 13:43:20 -0700
commit7cc90d3ee31d4fadb0cfb7cc701644f5f081b65b (patch)
tree008c4a75ea679c98f9123ce9939ca4322774afb8 /pom.xml
parent35193fabd28913b1158568e305de8e7182887ca7 (diff)
downloadturbine-7cc90d3ee31d4fadb0cfb7cc701644f5f081b65b.tar.gz
Initial classpath support
Handle classpaths: add them to the top-level type index, create bound nodes backed by classfiles, and allow types on the classpath to be resolved during binding. MOE_MIGRATED_REVID=133328092
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index d295b7e..c7596a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,8 +79,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
- <source>1.7</source>
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>