10000 Add -parameters option for compilation of project (#2317) · docker-java/docker-java@f14cff9 · GitHub
[go: up one dir, main page]

Skip to content

Commit f14cff9

Browse files
Add -parameters option for compilation of project (#2317)
Fixes #2316
1 parent 242c76a commit f14cff9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker-java-core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
<configuration>
100100
<source>8</source>
101101
<target>8</target>
102+
<parameters>true</parameters>
102103
</configuration>
103104
</plugin>
104105
</plugins>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
<target>${jdk.target}</target>
149149
<debug>${jdk.debug}</debug>
150150
<optimize>${jdk.optimize}</optimize>
151+
<parameters>true</parameters>
151152
</configuration>
152153
</plugin>
153154

0 commit comments

Comments
 (0)
0