From 14c3c04fb0bc86052027190e9ea29caca91a8992 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Mar 2026 01:47:51 +0000 Subject: [PATCH 1/2] Initial plan From 834da36aae5164d60ebf58348ea12d93dde1c28a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Mar 2026 01:50:22 +0000 Subject: [PATCH 2/2] Add README build instructions for forks Co-authored-by: holmeso <7066552+holmeso@users.noreply.github.com> --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 743d73435f..00155a1e67 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,21 @@ The [Cromwell documentation has a dedicated site](https://cromwell.readthedocs.i First time to Cromwell? Get started with [Tutorials](https://cromwell.readthedocs.io/en/stable/tutorials/FiveMinuteIntro/). +### Build from source + +To build Cromwell from this fork: + +1. Install Java 17. +2. Install sbt 1.8.2. +3. Run: + +```bash +sbt server/assembly +``` + +The assembled JAR is created under: +`server/target/scala-2.13/cromwell-.jar` + ### Community Thinking about contributing to Cromwell? Get started by reading our [Contributor Guide](CONTRIBUTING.md).