Skip to content

Downloads and structurizr directory configuration

Compare
Choose a tag to compare
@jakzal jakzal released this 08 Jul 07:02
· 161 commits to main since this release
7cb0678
  • Make the downloads and structurizr-cli directories configurable #66 (thanks @jakzal)
structurizrCli {
    download {
        directory = "downloads"
    }
    extract {
        directory = "structurizr-cli"
    }
}