Skip to content

Commit

Permalink
Merge pull request #415 from jesperancinha/auto-update
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
jesperancinha authored Jul 19, 2024
2 parents 3bd04e9 + 9ca1aa1 commit 06ebe65
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
Empty file modified .github/dependabot.yml
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion .github/workflows/whiskers-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.1.1
uses: dependabot/fetch-metadata@v2
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/whiskers-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v3

- name: Setup Gradle Env
- name: Setup Gradle 8.9
run: export GRADLE_OPTS="-Xmx2048m -Dorg.gradle.jvmargs='-Xmx2048m -XX:MaxPermSize=2048m'"

- name: Build Gradle
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Setup Binaries
run: make setup-binaries

- name: Setup Gradle Env
- name: Setup Gradle 8.9
run: export GRADLE_OPTS="-Xmx2048m -Dorg.gradle.jvmargs='-Xmx2048m -XX:MaxPermSize=2048m'"

- name: Install Kotlin Native
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
distribution: 'adopt'
java-version: '21'

- name: Setup Gradle
Expand All @@ -160,7 +160,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
distribution: 'adopt'
java-version: '21'

- name: Setup Gradle
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/whiskers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v3

- name: Setup Gradle Env
- name: Setup Gradle 8.9
run: export GRADLE_OPTS="-Xmx2048m -Dorg.gradle.jvmargs='-Xmx2048m -XX:MaxPermSize=2048m'"

- name: Build Gradle
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Setup Binaries
run: make setup-binaries

- name: Setup Gradle Env
- name: Setup Gradle 8.9
run: export GRADLE_OPTS="-Xmx2048m -Dorg.gradle.jvmargs='-Xmx2048m -XX:MaxPermSize=2048m'"

- name: Install Kotlin Native
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
distribution: 'adopt'
java-version: '21'

- name: Setup Gradle
Expand All @@ -160,7 +160,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
distribution: 'adopt'
java-version: '21'

- name: Setup Gradle
Expand Down
2 changes: 1 addition & 1 deletion Makefile.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := /bin/bash
GITHUB_RUN_ID ?=123
GRADLE_VERSION ?= 8.7
GRADLE_VERSION ?= 8.9

b:

Expand Down
2 changes: 1 addition & 1 deletion whiskers-graalvm/jvm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:17-alpine
FROM eclipse-temurin:21-alpine

WORKDIR /root

Expand Down

0 comments on commit 06ebe65

Please sign in to comment.