Skip to content

Commit

Permalink
Created new Docker Image
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchmelter committed Oct 2, 2024
1 parent 868926f commit 272364d
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,11 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: amazoncorretto:17
image: morpheus99/corretto-gradle
options: --user root

steps:
# Install Gradle 8.10
- name: Install Gradle 8.10
- name: Checking Gradle & Java
run:
java -version

# Verify Gradle and Java installation
- name: Verify Gradle & Java version
run:
echo "test"
java -version && gradle --version

0 comments on commit 272364d

Please sign in to comment.