We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242c76a commit f14cff9Copy full SHA for f14cff9
docker-java-core/pom.xml
@@ -99,6 +99,7 @@
99
<configuration>
100
<source>8</source>
101
<target>8</target>
102
+ <parameters>true</parameters>
103
</configuration>
104
</plugin>
105
</plugins>
pom.xml
@@ -148,6 +148,7 @@
148
<target>${jdk.target}</target>
149
<debug>${jdk.debug}</debug>
150
<optimize>${jdk.optimize}</optimize>
151
152
153
154
0 commit comments