Skip to content

Commit dbedbcc

Browse files
committed
Use compilerArgs for tycho-compiler-plugin
1 parent b578053 commit dbedbcc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,10 @@
146146
<configuration>
147147
<source>${java.version}</source>
148148
<target>${java.version}</target>
149-
<compilerArguments>
150-
<inlineJSR />
151-
<enableJavadoc />
152-
<encoding>${project.build.sourceEncoding}</encoding>
153-
</compilerArguments>
149+
<compilerArgs>
150+
<compilerArg>-inlineJSR</compilerArg>
151+
<compilerArg>-enableJavadoc</compilerArg>
152+
</compilerArgs>
154153
</configuration>
155154
</plugin>
156155
<plugin>

0 commit comments

Comments
 (0)