Skip to content

Conversation

@mpeddada1
Copy link
Contributor

As described in the official doc, the junit-native-plugin can be safely removed if we are using versions 0.9.6 and later of the native-maven-plugin

maven-surefire-plugin 2.22.2 seemed to have required junit-platform-native and removing this dependency resulted in

R] Test configuration file wasn't found. Make sure that test execution wasn't skipped. 

However, upgrading the surefire plugins and removing junit-platform-native results in a successful build.

To run tests in native image mode, call the following command: mvn test -Pnative

@mpeddada1 mpeddada1 requested review from a team as code owners June 29, 2022 15:41
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: storage Issues related to the googleapis/java-storage API. samples Issues that are directly related to samples. labels Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: storage Issues related to the googleapis/java-storage API. samples Issues that are directly related to samples. size: s Pull request size is small.

4 participants