我已经看到很多问题,如何将参数传递给JVM。在我的环境中,gradle似乎无意中将参数传递给了JVM。
我在Jenkins版本中使用Gradle 4.9:
[sample] Running shell script
+ ./gradlew clean --no-daemon --info
Unrecognized option: --info
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
同一命令在我的机器上可以正常工作。有什么提示吗?