2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-12-25 03:25:30 +00:00
RedisBungee/.github/workflows/gradle.yml

23 lines
569 B
YAML
Raw Normal View History

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
2024-12-22 18:55:58 +00:00
name: ValioBungee Build
on:
push:
2024-12-22 18:55:58 +00:00
branches: [ "dev/rewrite" ]
pull_request:
2024-12-22 18:55:58 +00:00
branches: [ "dev/rewrite" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
2023-09-10 18:05:33 +00:00
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
2023-09-10 18:05:33 +00:00
java-version: '17'
distribution: 'adopt'
2023-03-23 11:42:59 +00:00
- name: Build with gradle
2024-12-22 18:55:58 +00:00
run: ./gradlew build