-
Notifications
You must be signed in to change notification settings - Fork 29
Publish procedural jars #1452
Copy link
Copy link
Open
Labels
buildChanges that affect the build system or external dependenciesChanges that affect the build system or external dependenciesciChanges to our CI configuration files and scriptsChanges to our CI configuration files and scripts
Milestone
Metadata
Metadata
Assignees
Labels
buildChanges that affect the build system or external dependenciesChanges that affect the build system or external dependenciesciChanges to our CI configuration files and scriptsChanges to our CI configuration files and scripts
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Todo
Once
feature/procedural-schedulingis merged intodevelop, we can publish those jars to Github Maven Packages, like we do with the rest of our libraries.This will publish those libraries' dependencies so that end-users can pull in transitive dependencies. Currently, end-users of the procedural scheduling libraries need to build their own "fat" jar, with deps baked in.
This will require changes to the
build.gradlepublishingsection in the following submodules:procedural/schedulingprocedural/constraintsprocedural/timelineprocedural/processor