aerie icon indicating copy to clipboard operation
aerie copied to clipboard

Publish procedural jars

Open skovati opened this issue 1 year ago • 0 comments

Once feature/procedural-scheduling is merged into develop, 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.gradle publishing section in the following submodules:

  • procedural/scheduling
  • procedural/constraints
  • procedural/timeline
  • procedural/processor

skovati avatar May 21 '24 20:05 skovati