Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #60 from 3arthqu4ke/1.20.4-refactoring
Browse files Browse the repository at this point in the history
[0.2.0] load sides standalone or as mods, cleanup, forge fixes, update unimined
  • Loading branch information
3arthqu4ke authored Mar 7, 2024
2 parents 69f1fbb + 67a72e8 commit cc640f9
Show file tree
Hide file tree
Showing 282 changed files with 2,212 additions and 2,136 deletions.
32 changes: 1 addition & 31 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,40 +22,10 @@ jobs:
run: chmod +x gradlew

- name: Build sources jar
run: ./gradlew cleanExceptUniminedCache sourcesJar
run: ./gradlew sourcesJar

- name: Build javadoc jar
run: ./gradlew javadocJar

- name: Build jars
run: ./gradlew build

- name: Upload client fabric jar
uses: actions/upload-artifact@v3
with:
name: PingBypass
path: ./pb-client/fabric/build/libs/pb-client*-release.jar

- name: Upload server fabric jar
uses: actions/upload-artifact@v3
with:
name: PingBypass
path: ./pb-server/fabric/build/libs/pb-server*-release.jar

- name: Upload client forge jar
uses: actions/upload-artifact@v3
with:
name: PingBypass
path: ./pb-client/forge/build/libs/pb-client*-release.jar

- name: Upload server forge jar
uses: actions/upload-artifact@v3
with:
name: PingBypass
path: ./pb-server/forge/build/libs/pb-server*-release.jar

- name: Upload security plugin jar
uses: actions/upload-artifact@v3
with:
name: PingBypass
path: ./pb-security/plugin/build/libs/pb-security*-release.jar
51 changes: 36 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,33 +1,54 @@
# gradle

.gradle/
build/
out/
classes/

# eclipse
bin

*.launch
.settings
.metadata
.classpath
.project

# idea
out

.idea/
*.iml
*.ipr
*.iws
*.iml
.idea

# gradle
build
.gradle
# vscode

# other
eclipse
run
.settings/
.vscode/
bin/
.classpath
.project

# macos

*.DS_Store

# fabric

run/

# java

hs_err_*.log
replay_*.log
*.hprof
*.jfr
/libs/
/logs/
/.architectury-transformer/

/HeadlessMC/
/.vscode/
/logs/
pb-*/logs/
pb-security/*/logs/
pb-security/plugin/test/
/pingbypass/
/pb-commons/logs/
/pb-api/logs/
/pb-server/logs/
/pb-client/logs/
17 changes: 0 additions & 17 deletions Dockerfile

This file was deleted.

Loading

0 comments on commit cc640f9

Please sign in to comment.