diff options
author | Manuel Bentele | 2021-03-04 15:54:21 +0100 |
---|---|---|
committer | Manuel Bentele | 2021-03-04 15:54:21 +0100 |
commit | 6cd0d4997dd57ed40306b27d069a41a3a5c6acd1 (patch) | |
tree | 018b4048d0781080a3cefad2b071f1c2a08a8b68 | |
parent | Unconditionally send Auth header to IdP (diff) | |
download | ecp-client-lean-6cd0d4997dd57ed40306b27d069a41a3a5c6acd1.tar.gz ecp-client-lean-6cd0d4997dd57ed40306b27d069a41a3a5c6acd1.tar.xz ecp-client-lean-6cd0d4997dd57ed40306b27d069a41a3a5c6acd1.zip |
Add support for Java 8
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,8 +27,8 @@ <artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
- <source>1.7</source>
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
|