linghengqian commented on code in PR #21657:
URL: https://github.com/apache/shardingsphere/pull/21657#discussion_r1000404948
##########
distribution/proxy-native/pom.xml:
##########
@@ -67,6 +67,35 @@
</dependencies>
<profiles>
+ <profile>
+ <id>release</id>
Review Comment:
For this PR, if you need a binary package of release
distribution/proxy-native, you need to execute `./mvnw -am -pl
distribution/proxy-native -B -DskipTests -Dmaven.javadoc.skip=true
-Dcheckstyle.skip=true - Dspotless.apply.skip=true -Pnative,release clean
package`. This requires both GraalVM CE 22.2.0 and the native-iamge component
of GraalVM installed on the device on which this command is executed. In which
document should I state this?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]