projects
/
svjatoslav_commons.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddc068b
)
Set java code level to 8.
author
Svjatoslav Agejenko
<svjatoslav@svjatoslav.eu>
Mon, 8 Jun 2020 18:04:13 +0000
(21:04 +0300)
committer
Svjatoslav Agejenko
<svjatoslav@svjatoslav.eu>
Mon, 8 Jun 2020 18:04:13 +0000
(21:04 +0300)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
7333336
..
d5ab5f5
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-26,10
+26,10
@@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>
2.3.2
</version>
+ <version>
3.8.1
</version>
<configuration>
- <source>
1.
8</source>
- <target>
1.
8</target>
+ <source>8</source>
+ <target>8</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>