Skip to content

Commit

Permalink
Fix foo-procedures readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelCourtney committed Sep 5, 2024
1 parent ed744af commit 77df99d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions procedural/examples/foo-procedures/README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 77df99d

Please sign in to comment.