-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed744af
commit 77df99d
Showing
1 changed file
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |