-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Updating libraries (Java 11 fix) * Build action setup * gradlew permission * Gradle Shadow, fix * improv: push jar to repo after build * Smaller jar, "Bungee fix", ProtocolLib fix * Version change * Updated version * Version 3.0.1 * Version 3.0.1 * Version 3.0.1 * Smaller jar, "Bungee fix", ProtocolLib fix * Version change * Updated version * Version 3.0.1 * Version 3.0.1 * Version 3.0.1 * Checking if ProtocolLib is enabled. * "No such file or directory" fix * Fixed Bungee's reflection for Java 11 * Fixing author in bungee.yml * Custom port for Bungee & fix * Compiled JAR Co-authored-by: Valentin T. <[email protected]>
- Loading branch information
Showing
10 changed files
with
94 additions
and
91 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 |
---|---|---|
|
@@ -17,18 +17,16 @@ jobs: | |
with: | ||
java-version: 1.8 | ||
- name: Build with Gradle | ||
run: ./gradlew build | ||
run: ./gradlew shadowJar | ||
- uses: webfactory/[email protected] | ||
with: | ||
ssh-private-key: ${{ secrets.DEPLOY_SSH_KEY }} | ||
- name: Push jar | ||
run: | | ||
mv ./build/libs/*.jar ./mineweb_bridge-$VERSION.jar | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "MineWeb Bot" | ||
git add mineweb_bridge-$VERSION.jar | ||
git commit -m "build: Add mineweb_bridge-$VERSION.jar" | ||
git push $REPO master | ||
env: | ||
REPO: [email protected]:${{github.repository}}.git | ||
VERSION: "3.0.0" | ||
VERSION: "3.0.1" |
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
Binary file not shown.
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 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 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 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 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 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,4 +1,4 @@ | ||
name: MinewebBridge | ||
main: fr.vmarchaud.mineweb.bungee.BungeeCore | ||
version: 1.0 | ||
author: ThisIsMac | ||
version: 3.0.1 | ||
author: ThisIsMac, Shyrogan |
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