Skip to content

Commit

Permalink
adapt github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <christian.dietrich.opensource@gmail.com>
  • Loading branch information
cdietrich committed Nov 22, 2023
1 parent 190913b commit 18e2b49
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Build
run: scripts/greetings-gradle-2.33.sh
run: scripts/greetings-gradle-2.34.sh
build_Gralde_J11:
runs-on: ubuntu-latest
steps:
Expand All @@ -29,7 +29,7 @@ jobs:
distribution: 'temurin'
java-version: 11
- name: Build
run: scripts/greetings-gradle-2.33-J11.sh
run: scripts/greetings-gradle-2.34-J11.sh
build_Gralde_J11_on_J17:
runs-on: ubuntu-latest
steps:
Expand All @@ -40,7 +40,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Build
run: scripts/greetings-gradle-2.33-J11.sh
run: scripts/greetings-gradle-2.34-J11.sh
build_Maven_J17:
runs-on: ubuntu-latest
steps:
Expand All @@ -51,7 +51,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Build
run: scripts/greetings-maven-2.33.sh
run: scripts/greetings-maven-2.34.sh
build_Maven_J11:
runs-on: ubuntu-latest
steps:
Expand All @@ -62,7 +62,7 @@ jobs:
distribution: 'temurin'
java-version: 11
- name: Build
run: scripts/greetings-maven-2.33-J11.sh
run: scripts/greetings-maven-2.34-J11.sh
build_Maven_J11_on_J17:
runs-on: ubuntu-latest
steps:
Expand All @@ -73,7 +73,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Build
run: scripts/greetings-maven-2.33-J11.sh
run: scripts/greetings-maven-2.34-J11.sh
build_tycho_J17:
runs-on: ubuntu-latest
steps:
Expand All @@ -84,7 +84,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Build
run: xvfb-run scripts/greetings-tycho-2.33.sh
run: xvfb-run scripts/greetings-tycho-2.34.sh
build_tycho_J11:
runs-on: ubuntu-latest
steps:
Expand All @@ -95,7 +95,7 @@ jobs:
distribution: 'temurin'
java-version: 11
- name: Build
run: xvfb-run scripts/greetings-tycho-2.33-J11.sh
run: xvfb-run scripts/greetings-tycho-2.34-J11.sh
build_tycho_J17_tycho_40:
runs-on: ubuntu-latest
steps:
Expand All @@ -112,7 +112,7 @@ jobs:
- name: Build
env:
EXTRA_ARGS : "-Dtycho-version=4.0.1"
run: xvfb-run scripts/greetings-tycho-2.33.sh
run: xvfb-run scripts/greetings-tycho-2.34.sh
build_tycho_J17_tycho_50:
runs-on: ubuntu-latest
steps:
Expand All @@ -129,7 +129,7 @@ jobs:
- name: Build
env:
EXTRA_ARGS : "-Dtycho-version=5.0.0-SNAPSHOT -Ptycho_snapshots"
run: xvfb-run scripts/greetings-tycho-2.33.sh
run: xvfb-run scripts/greetings-tycho-2.34.sh
build_domain:
runs-on: ubuntu-latest
steps:
Expand All @@ -140,7 +140,7 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Build
run: xvfb-run scripts/domainmodel-2.33.sh
run: xvfb-run scripts/domainmodel-2.34.sh
build_domain_tycho_40_J17:
runs-on: ubuntu-latest
steps:
Expand All @@ -157,7 +157,7 @@ jobs:
- name: Build
env:
EXTRA_ARGS : "-Dtycho-version=4.0.1"
run: xvfb-run scripts/domainmodel-2.33.sh
run: xvfb-run scripts/domainmodel-2.34.sh
build_domain_tycho_50_J17:
runs-on: ubuntu-latest
steps:
Expand All @@ -174,4 +174,4 @@ jobs:
- name: Build
env:
EXTRA_ARGS : "-Dtycho-version=5.0.0-SNAPSHOT -Ptycho_snapshots"
run: xvfb-run scripts/domainmodel-2.33.sh
run: xvfb-run scripts/domainmodel-2.34.sh

0 comments on commit 18e2b49

Please sign in to comment.