Skip to content

Commit

Permalink
javah?
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Jan 27, 2025
1 parent f403b13 commit 62f2e78
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions java/driver/jni/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo.natives</groupId>
<artifactId>maven-native-javah</artifactId>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@
<artifactId>spotless-maven-plugin</artifactId>
<version>2.44.2</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo.natives</groupId>
<artifactId>maven-native-javah</artifactId>
<version>1.0-M1</version>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit 62f2e78

Please sign in to comment.