projects
/
demos
/
kafka
/
training
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7819bf5
)
Die IntelliJ-IDE will nicht ohne explizite Compiler-Version
author
Kai Moritz
<kai@juplo.de>
Wed, 11 May 2022 16:09:46 +0000
(18:09 +0200)
committer
Kai Moritz
<kai@juplo.de>
Sun, 5 Jun 2022 12:14:46 +0000
(14:14 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
21466ec
..
2d1d063
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-101,6
+101,14
@@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>9</source>
+ <target>9</target>
+ </configuration>
+ </plugin>
</plugins>
</build>