Skip to content
Success

Changes

Summary

  1. contrib/jenkins.sh: new script (details)
  2. gradlew: fix "Unrecognized option: --add-opens" (details)
  3. README: update after setting up gerrit and jenkins (details)
Commit 2f6892213b1a022b81a02002a21f38b430cac3f2 by Oliver Smith
contrib/jenkins.sh: new script

Add a CI script for https://jenkins.osmocom.org.

Change-Id: If486aba5e455b2635714b91ccdc03b5153ee73d8
The file was addedcontrib/jenkins.sh
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
Commit eeca21ad23fa307cb11a8364cda50b989d6a0a1d by Oliver Smith
README: update after setting up gerrit and jenkins

Change-Id: Ia27839881c0c739f58835ed883079b3ea60cb0e1
The file was modifiedREADME.md