forked from MockBukkit/MockBukkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(everything): release 4.0 (MockBukkit#1163)
Co-authored-by: Thorinwasher <37477983+Thorinwasher@users.noreply.github.com> Co-authored-by: Thorinwasher <ragnarlol96@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: J3fftw <44972470+J3fftw1@users.noreply.github.com> Co-authored-by: thelooter <evekolb2204@gmail.com> Co-authored-by: Nirbose <62440475+Nirbose@users.noreply.github.com> Co-authored-by: 4everTheOne <5434488+4everTheOne@users.noreply.github.com> Co-authored-by: Trav <the.only.t.craft@gmail.com> Co-authored-by: Afonso <5434488+4everTheOne@users.noreply.github.com> Co-authored-by: Pierce Thompson <insprill@gmail.com> Co-authored-by: Pierce Thompson <52843537+Insprill@users.noreply.github.com> Co-authored-by: Hjalmar Gunnarsson <37477983+Thorinwasher@users.noreply.github.com>
- Loading branch information
1 parent
219186b
commit 9897ab0
Showing
858 changed files
with
27,816 additions
and
16,606 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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: Build and test with Gradle | ||
|
||
on: | ||
pull_request: | ||
branches: [ 4.0* ] | ||
push: | ||
branches: [ "4.0" ] | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Validate gradle wrapper | ||
uses: gradle/wrapper-validation-action@v1 | ||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: 17 | ||
distribution: 'temurin' | ||
|
||
- name: Restore caches | ||
uses: actions/cache@v3 | ||
with: | ||
path: | | ||
~/.gradle/caches | ||
~/.gradle/wrapper | ||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', 'gradle-wrapper.properties') }} | ||
restore-keys: | | ||
${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*' ,'gradle-wrapper.properties') }} | ||
${{ runner.os }}-gradle- | ||
- name: Grant execute permission for gradlew | ||
run: chmod +x gradlew | ||
- name: Build with Gradle | ||
run: ./gradlew build -x test | ||
- name: Run unit tests | ||
run: ./gradlew test |
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
2 changes: 1 addition & 1 deletion
2
.../be/seeseemelk/testplugin/TestPlugin.java → ...org/mockbukkit/testplugin/TestPlugin.java
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
2 changes: 1 addition & 1 deletion
2
...emelk/mockbukkit/BuildParameters.java.peb → ...ukkit/mockbukkit/BuildParameters.java.peb
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 @@ | ||
package be.seeseemelk.mockbukkit; | ||
package org.mockbukkit.mockbukkit; | ||
|
||
public class BuildParameters | ||
{ | ||
|
35 changes: 0 additions & 35 deletions
35
src/main/java/be/seeseemelk/mockbukkit/ThreadAccessException.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.