Skip to content
Success

Changes

Summary

  1. contrib/jenkins.sh: new script (details)
  2. gradlew: fix "Unrecognized option: --add-opens" (details)
Commit 8cf614636832b351ad3f2b383f800bd3486e117a by Oliver Smith
contrib/jenkins.sh: new script

Add a CI script for https://jenkins.osmocom.org.
The file was addedcontrib/jenkins.sh
Commit 98b808e80306848eb307da213c253dfd97d2be5e 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.
The file was modifiedgradlew