3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 14:40:21 +02:00
Velocity/.github/workflows/gradle.yml

22 Zeilen
582 B
YAML

2021-01-27 01:55:26 +01:00
# This workflow will build a Java project with Gradle
2023-03-05 13:56:10 +01:00
# For more information see: https://docs.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
2021-01-27 01:55:26 +01:00
name: Java CI with Gradle
on: [push, pull_request]
jobs:
build-17:
2021-01-27 01:55:26 +01:00
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v2
- name: Set up JDK 17
uses: actions/setup-java@v4
2021-01-27 01:55:26 +01:00
with:
java-version: 17
2023-03-05 13:56:10 +01:00
distribution: 'temurin'
cache: 'gradle'
2021-01-27 01:55:26 +01:00
- name: Build with Gradle
run: ./gradlew build