Skip to content

Commit a73bbdf

Browse files
committed
Nukkit PM1E Release
1 parent e7021d0 commit a73bbdf

File tree

2,336 files changed

+115962
-65518
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,336 files changed

+115962
-65518
lines changed

.circleci/config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
jobs:
3+
build:
4+
5+
working_directory: ~/NukkitPetteriM1Edition
6+
7+
docker:
8+
- image: cimg/openjdk:8.0
9+
10+
steps:
11+
12+
- checkout
13+
14+
- run: mvn clean package
15+
16+
- store_artifacts:
17+
path: target/Nukkit-PM1E.jar

.current_release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4286

.dockerignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
# Auto detect text files and perform LF normalization
22
*.java text=auto eol=lf
3-
4-
gradlew text eol=lf

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/images/banner.png

-11.9 KB
Binary file not shown.

.github/images/logo.png

-20.8 KB
Binary file not shown.

.github/workflows/deploy.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/pull-request.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)