🐛 Set source and target
This commit is contained in:
parent
c1b7a7afd3
commit
898e7146f3
@ -16,7 +16,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "6667:5432"
|
- "6667:5432"
|
||||||
big-bucket:
|
big-bucket:
|
||||||
image: harbor.dinauer.dev/big-bucket/core:13
|
image: big-bucket-test
|
||||||
ports:
|
ports:
|
||||||
- "8090:8080"
|
- "8090:8080"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -130,6 +130,8 @@
|
|||||||
<version>${compiler-plugin.version}</version>
|
<version>${compiler-plugin.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<parameters>true</parameters>
|
<parameters>true</parameters>
|
||||||
|
<source>21</source>
|
||||||
|
<target>21</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user