Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Commit

Permalink
Update knockback.yml header (#261)
Browse files Browse the repository at this point in the history
* Update knockback header and update command

* Workaround for minecraft-server dependency

Elmakers' certificate expired and maven doesn't allow downloading from downloading it so instead we'll download it to the local maven repo.
  • Loading branch information
Elier authored Nov 22, 2021
1 parent 499cdc0 commit 8613163
Show file tree
Hide file tree
Showing 13 changed files with 106 additions and 4,774 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-nachospigot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
server-id: github
settings-path: ${{ github.workspace }}

- name: Install minecraft-server to local repo
run: |
git submodule update --init
./remap.sh
- name: Build with Maven
run: mvn clean package --file $GITHUB_WORKSPACE/pom.xml

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
java-version: 15
server-id: github
settings-path: ${{ github.workspace }}
- name: Install minecraft-server to local repo
run: |
git submodule update --init
./remap.sh
- name: Build with Maven
run: mvn clean package --file $GITHUB_WORKSPACE/pom.xml
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "BuildData"]
path = BuildData
url = https://github.com/Elierrr/BuildData
1 change: 1 addition & 0 deletions BuildData
Submodule BuildData added at e37a47
4 changes: 0 additions & 4 deletions BuildData/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions BuildData/info.json

This file was deleted.

Loading

1 comment on commit 8613163

@CyberFlameGO
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uhmm what’s the reasoning behind changing the BuildData to a submodule?

Please sign in to comment.