Skip to content

Commit a2e6989

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Refactor to use Maven for building and publishing Java packages
1 parent 5ade365 commit a2e6989

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

java/pom.xml.template

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,9 @@
161161

162162
<!-- Generate JNI include files -->
163163
<compilerArgs>
164-
<arg>-h</arg>
165-
<arg>${project.build.directory}/generated/jni</arg>
166-
</compilerArgs>
167-
</configuration>
164+
<arg>-h</arg>
165+
<arg>${project.build.directory}/generated-sources/jni</arg>
166+
</compilerArgs>
168167
</configuration>
169168
</plugin>
170169
<plugin>

0 commit comments

Comments
 (0)