Skip to content

Commit

Permalink
Bump com.install4j.gradle from 10.0.8 to 11.0.1 (#3265)
Browse files Browse the repository at this point in the history
* Bump com.install4j.gradle from 10.0.8 to 11.0.1

Bumps com.install4j.gradle from 10.0.8 to 11.0.1.

---
updated-dependencies:
- dependency-name: com.install4j.gradle
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update release to install4j 11

* Use correct license

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sheikah45 <Sheikah450@gmail.com>
  • Loading branch information
dependabot[bot] and Sheikah45 authored Dec 7, 2024
1 parent 5b53e84 commit eaec53e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
environment: deploy
runs-on: ubuntu-latest
env:
INSTALL4J_DIR: "install4j/install4j10.0.6"
INSTALL4J_DIR: "install4j/install4j11.0.1"

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Download Install4j
run: |
mkdir -p "$HOME/install4j"
curl https://content.faforever.com/build/install4j_unix_10_0_6.tar.gz -o "$HOME/install4j/install4j.tar.gz"
curl https://content.faforever.com/build/install4j_linux-x64_11_0_1.tar.gz -o "$HOME/install4j/install4j.tar.gz"
tar xzf "$HOME/install4j/install4j.tar.gz" -C "$HOME/install4j"
- name: Download Bundled JRE
Expand All @@ -100,7 +100,7 @@ jobs:
./gradlew -Pversion="${{ steps.set_version.outputs.tag }}" \
-PjavafxPlatform=win \
-Pinstall4jHomeDir=$HOME/$INSTALL4J_DIR \
-Pinstall4jLicense=${{ secrets.INSTALL4J_LICENSE }} \
-Pinstall4jLicense=${{ secrets.INSTALL4J_11_LICENSE }} \
--info \
--stacktrace \
buildInstall4jMediaFiles
Expand All @@ -110,7 +110,7 @@ jobs:
./gradlew -Pversion="${{ steps.set_version.outputs.tag }}" \
-PjavafxPlatform=linux \
-Pinstall4jHomeDir=$HOME/$INSTALL4J_DIR \
-Pinstall4jLicense=${{ secrets.INSTALL4J_LICENSE }} \
-Pinstall4jLicense=${{ secrets.INSTALL4J_11_LICENSE }} \
--info \
--stacktrace \
buildInstall4jMediaFiles
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.gradle.internal.os.OperatingSystem

plugins {
id("org.springframework.boot") version "3.3.5"
id("com.install4j.gradle") version "10.0.8"
id("com.install4j.gradle") version "11.0.1"
id("de.undercouch.download") version "5.6.0"
id("jacoco")
id("java")
Expand Down Expand Up @@ -281,7 +281,7 @@ dependencies {
implementation("org.javassist:javassist:3.30.2-GA")

implementation("io.github.sheikah45.fx2j:fx2j-api:0.1.0")
implementation("com.install4j:install4j-runtime:10.0.8")
implementation("com.install4j:install4j-runtime:11.0.1")

testImplementation("org.instancio:instancio-junit:5.2.0")
testImplementation("com.squareup.okhttp3:okhttp")
Expand Down

0 comments on commit eaec53e

Please sign in to comment.