From 77df99df772064290dab47fbf8d4a5ae55d197d0 Mon Sep 17 00:00:00 2001 From: JoelCourtney Date: Thu, 5 Sep 2024 16:09:08 -0700 Subject: [PATCH] Fix foo-procedures readme --- procedural/examples/foo-procedures/README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/procedural/examples/foo-procedures/README.md b/procedural/examples/foo-procedures/README.md index cfbac1442a..e24db049f1 100644 --- a/procedural/examples/foo-procedures/README.md +++ b/procedural/examples/foo-procedures/README.md @@ -1,11 +1,13 @@ # foo-procedures -This is an example project for using procedural-based constraints and scheduling procedures. +This is a project for test examples. It does provide valid examples +of goals and constraints, but they aren't particularly helpful for users. -The main utility this subproject provides is the following gradle tasks, which provide automation for compiling and packaging large numbers of procedure / constraint jars, which will be uploaded to the Aerie system down the line. +## Building -## `generateConstraintJarTasks` +At repo top level: -Iterates over all source files in - -## `buildAllConstraintJars` +```bash +./gradlew build +./gradlew :procedural:examples:foo-procedures:buildAllSchedulingProcedureJars +```