google-nomulus/config
Michael Muller 5e74c06464 Create a nom_build wrapper script (#508)
* Create a nom_build wrapper script

nom_build is a wrapper around ./gradlew.  It's purpose is to help us
deal with properties.  The main problem that it is trying to solve is
that when properties are specified using -P, we don't get an error if
the property we specify isn't correct.  As a result, a user or a build
agent can launch a build with unintended parameters.

nom_build consolidates all of the properties that we define into a
python script where the properties are translated to flags (actual
gradlew flags are also proxied).  It also generates the property file
and warns the user if the current properties file is out of sync with
the script and includes documentation on each of the properties.
2020-03-10 16:32:14 -04:00
..
checkstyle Upgradle JUnit to 4.13 (#442) 2020-01-14 10:54:09 -05:00
dependency-license Start using JUnit 5 (#488) 2020-02-19 18:29:59 -05:00
nom_build.py Create a nom_build wrapper script (#508) 2020-03-10 16:32:14 -04:00
nom_build_test.py Create a nom_build wrapper script (#508) 2020-03-10 16:32:14 -04:00
presubmits.py Make Gradle dependency cache shareable in GCB (#479) 2020-02-10 11:20:11 -05:00