Skip to content
Success

Changes

Summary

  1. gradlew: fix "Unrecognized option: --add-opens" (details)
Commit 9c3a6f476e5a619c2d2cdf44b5d6e39b39cbbc1b by Oliver Smith
gradlew: fix "Unrecognized option: --add-opens"

Comment out the code that causes the following errors during build:

  + ./gradlew test
  Unrecognized option: --add-opens
  Error: Could not create the Java Virtual Machine.
  Error: A fatal exception has occurred. Program will exit.

The build did not abort but this is distracting.

Change-Id: I788e44cfe20ba6a331e8247677ecb5a526c433f7
The file was modifiedgradlew