Skip to content

Commit

Permalink
Fix Kudu native build on JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Apr 22, 2020
1 parent 9e3bb40 commit 6b016f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 19 deletions.
11 changes: 10 additions & 1 deletion integration-tests/kudu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
</plugin>
</plugins>
</build>
<profiles>
<profiles>
<profile>
<id>native</id>
<activation>
Expand Down Expand Up @@ -136,5 +136,14 @@
</plugins>
</build>
</profile>
<profile>
<id>kudu-native-java8</id>
<activation>
<jdk>1.8</jdk>
</activation>
<properties>
<quarkus.native.additional-build-args>-H:ReflectionConfigurationFiles=reflection-config.json</quarkus.native.additional-build-args>
</properties>
</profile>
</profiles>
</project>
18 changes: 0 additions & 18 deletions integration-tests/kudu/src/main/resources/application.properties

This file was deleted.

0 comments on commit 6b016f2

Please sign in to comment.