1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

switch to jdk 1.8

This commit is contained in:
oblonski 2019-04-10 21:47:31 +02:00
parent ff8984c203
commit d4dfa4a468
No known key found for this signature in database
GPG key ID: 179DE487285680D1

View file

@ -71,7 +71,7 @@
</modules>
<properties>
<jdkVersion>1.7</jdkVersion>
<jdkVersion>1.8</jdkVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>4.12</junit.version>
<mockito.version>1.9.5</mockito.version>