Skip to content

Commit

Permalink
native-helper-maven-plugin 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Apr 1, 2024
1 parent f2ac84e commit 8332fee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- native-helper-maven-plugin 1.3.5

## [1.0.0 - 2024-04-01]

### Added
Expand Down
12 changes: 6 additions & 6 deletions emp-service-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
<id>generate-native-configuration</id>
<phase>prepare-package</phase>
<goals>
<goal>nativeHelper</goal>
<goal>generate</goal>
</goals>
<configuration>
<nativeHelperConfigPath>src/main/config/native-helper-config.yaml</nativeHelperConfigPath>
<reflectConfigJsonOutputPath>${project.build.outputDirectory}/META-INF/native-image/reflect-config.json</reflectConfigJsonOutputPath>
<warnOnError>true</warnOnError>
</configuration>
</execution>
</executions>
<configuration>
<nativeHelperConfigPath>src/main/config/native-helper-config.yaml</nativeHelperConfigPath>
<reflectConfigJsonOutputPath>${project.build.outputDirectory}/META-INF/native-image/reflect-config.json</reflectConfigJsonOutputPath>
<warnOnError>true</warnOnError>
</configuration>
</plugin>

</plugins>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<data-service-base-version>${fj-service-helper-version}</data-service-base-version>
<quarkus-redis-service-map-version>${fj-service-helper-version}</quarkus-redis-service-map-version>
<quarkus.platform.version>3.8.3</quarkus.platform.version>
<native-helper-maven-plugin-version>1.3.4</native-helper-maven-plugin-version>
<native-helper-maven-plugin-version>1.3.5</native-helper-maven-plugin-version>
</properties>

<licenses>
Expand Down

0 comments on commit 8332fee

Please sign in to comment.