Skip to content

Replace commit SHAs with version numbers #80

Replace commit SHAs with version numbers

Replace commit SHAs with version numbers #80

Workflow file for this run

# SPDX-FileCopyrightText: 2023 iteratec GmbH
#
# SPDX-License-Identifier: Apache-2.0
# This workflow will test a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Java Tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: adopt
- name: Validate Gradle wrapper
uses: gradle/[email protected]
- name: Setup Gradle
uses: gradle/[email protected]
- name: Build with Gradle
run: ./gradlew build