Skip to content

Releases: jakzal/gradle-structurizr-cli

Update to work with v2024.02.22 structurizr-cli release

27 Feb 12:28
66eb8db
Compare
Choose a tag to compare

Major fixes:

  • Update the download url and jar name to the latest release (v2024.02.22) #116 (@jakzal)
    • the tag name has the "v" prefix back

Minor changes:

  • Update Kotlin (1.9.20 -> 1.9.22) and Gradle (8.5 -> 8.6) #117 (@jakzal)
  • Bump org.wiremock:wiremock from 3.3.1 to 3.4.2 #113 #114 #115
  • Bump org.junit.jupiter:junit-jupiter-engine from 5.10.1 to 5.10.2 #111
  • Bump org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.10.2 #112

Update to work with 2024.01.02 structurizr-cli release

08 Jan 20:54
c69232a
Compare
Choose a tag to compare

Major fixes:

  • Update the download url and jar name to the latest release (2024.01.02) 4248814 (@jakzal)
    • the tag name is no longer the classic v1.2.3, but it's now year.month.day
    • the downloaded jar no longer has version in its name
    • the legacy versioning scheme is still supported, but structurizr has removed most of their past releases (only v1.34.0 and v1.35.0 were kept)

Minor changes:

  • Update the default Gradle version (8.1.1 -> 8.5) c69232a (@jakzal)
  • Bump org.wiremock:wiremock from 3.2.0 to 3.3.1 #107
  • Bump org.junit.jupiter:junit-jupiter-api from 5.10.0 to 5.10.1 #108
  • Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.10.1 #109

Output parameter for the export command

17 Oct 09:05
7e57c3a
Compare
Choose a tag to compare

Java 17

09 Oct 20:34
8b058be
Compare
Choose a tag to compare
  • Update to Java 17 #105 (thank you @MisteliEvooq)
  • Bump junit-jupiter-api from 5.9.2 to 5.10.0 #91 #93
  • Bump junit-jupiter-engine from 5.9.2 to 5.10.0 #92 #94
  • Bump com.gradle.plugin-publish from 1.2.0 to 1.2.1 #95
  • Bump de.undercouch:gradle-download-task from 5.4.0 to 5.5.0 #96
  • Update wiremock (2.35.0 -> 3.2.0) #98 #100 #101 #102 #103 #104 (@jakzal)

Multiple export bugfix

26 Apr 10:42
175e2f9
Compare
Choose a tag to compare
  • Run export tasks sequentially for more predictability #90 (@jakzal)
  • Bump com.gradle.plugin-publish from 1.1.0 to 1.2.0 #88

Java 11

05 Apr 10:52
619337b
Compare
Choose a tag to compare

Maintenance release

17 Feb 11:13
374787c
Compare
Choose a tag to compare
  • Bump junit-jupiter-api from 5.9.1 to 5.9.2 #83
  • Bump junit-jupiter-engine from 5.9.1 to 5.9.2 #82
  • Bump de.undercouch:gradle-download-task from 5.3.0 to 5.3.1 #84
  • Update gradle (7.6 -> 8.0) and drop legacy gradle versions from the build #85 (thanks @jakzal)

Maintenance release

13 Dec 12:14
6238382
Compare
Choose a tag to compare
  • Update gradle (7.5.1 -> 7.6) #81 (thanks @jakzal)
  • Bump gradle-download-task from 5.2.1 to 5.3.0 #78
  • Bump wiremock-jre8 from 2.34.0 to 2.35.0 #79
  • Bump com.gradle.plugin-publish from 1.0.0 to 1.1.0 #80

Github API to fetch the latest release

30 Sep 10:36
f3884fd
Compare
Choose a tag to compare

Downloads and structurizr directory configuration

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