Skip to content

Commit

Permalink
Merge pull request #2602 from liquibase/jdk-17-installer
Browse files Browse the repository at this point in the history
Updated Installer JDK to 17
  • Loading branch information
nvoxland committed May 13, 2022
2 parents c9ac055 + 9eb0945 commit 97167ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions liquibase-dist/src/main/install4j/liquibase.install4j
Expand Up @@ -8,15 +8,15 @@
<variables>
<variable name="liquibaseVersion" value="0-SNAPSHOT" />
</variables>
<codeSigning macEnabled="true" macNotarize="true" appleId="daticaldev@datical.com" useAscProvider="true" ascProvider="BQ3PYUB226" macPkcs12File="../../../target/keys/datical_apple.p12" windowsEnabled="true" windowsPkcs12File="../../../target/keys/datical_windows.pfx" >
<codeSigning macEnabled="true" macPkcs12File="../../../target/keys/datical_apple.p12" windowsEnabled="true" windowsPkcs12File="../../../target/keys/datical_windows.pfx" macNotarize="true" appleId="daticaldev@datical.com" useAscProvider="true" ascProvider="BQ3PYUB226">
<macSearchedJars>
<entry>jna-*</entry>
<entry>swt-*</entry>
<entry>javafx-*</entry>
<entry>sqlite-*</entry>
</macSearchedJars>
</codeSigning>
<jreBundles jdkProviderId="AdoptOpenJDK" release="openjdk11/jdk-11.0.14.1+1" />
<jreBundles jdkProviderId="AdoptOpenJDK" release="openjdk17/jdk-17.0.3+7" />
</application>
<files>
<mountPoints>
Expand Down

0 comments on commit 97167ef

Please sign in to comment.