-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
98 changed files
with
245 additions
and
7,135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
# 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 | ||
|
||
name: RedisBungee Build | ||
name: ValioBungee Build | ||
|
||
on: | ||
push: | ||
branches: [ stable, develop ] | ||
branches: [ "dev/rewrite" ] | ||
pull_request: | ||
branches: [ stable, develop ] | ||
branches: [ "dev/rewrite" ] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Set up JDK 17 | ||
|
@@ -22,21 +20,4 @@ jobs: | |
java-version: '17' | ||
distribution: 'adopt' | ||
- name: Build with gradle | ||
run: ./gradlew shadowJar | ||
- name: Upload Bungee | ||
uses: actions/[email protected] | ||
with: | ||
# Artifact name | ||
name: RedisBungee-Bungee | ||
# Destination path | ||
path: proxies/bungeecord/build/libs/* | ||
- name: Upload Velocity | ||
uses: actions/[email protected] | ||
with: | ||
name: RedisBungee-Velocity | ||
path: proxies/velocity/build/libs/* | ||
- name: Upload API | ||
uses: actions/[email protected] | ||
with: | ||
name: RedisBungee-API | ||
path: api/build/libs/* | ||
run: ./gradlew build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.