Skip to content

Commit

Permalink
Generate site using JRE 19
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgroot committed Feb 22, 2023
1 parent bf9c175 commit c5ab7e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 18
java-version: 19

- name: Download binaries
uses: actions/download-artifact@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="generate site for example model (from git repo)" type="JetRunConfigurationType">
<option name="MAIN_CLASS_NAME" value="nl.avisi.structurizr.site.generatr.AppKt" />
<module name="structurizr-site-generatr.main" />
<option name="PROGRAM_PARAMETERS" value="generate-site --git-url https://github.com/avisi-cloud/structurizr-site-generatr.git --workspace-file docs/example/workspace.dsl --branches main --default-branch main" />
<option name="PROGRAM_PARAMETERS" value="generate-site --git-url https://github.com/avisi-cloud/structurizr-site-generatr.git --workspace-file docs/example/workspace.dsl --branches main,fix-diagram-size-on-pages --default-branch main" />
<shortenClasspath name="NONE" />
<method v="2">
<option name="Make" enabled="true" />
Expand Down

0 comments on commit c5ab7e7

Please sign in to comment.