-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
96 additions
and
107 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,2 @@ | ||
[Architectury Transformer DEBUG] Closed File Systems for /media/crystalneko/00053615000A874B/java/toNeko/common/build/libs/toneko-common-1.2.0.jar | ||
[Architectury Transformer DEBUG] Closed File Systems for /media/crystalneko/00053615000A874B/java/toNeko/common/build/libs/toneko-common-1.2.0.jar |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,9 @@ | ||
./gradlew runDatagen & # 将命令放入后台运行 | ||
pid=$! # 获取该命令的PID | ||
sleep 60 | ||
kill -9 $pid # 60s后强制kill | ||
|
||
./gradlew build | ||
mkdir result | ||
cp -r fabric/build/libs/* result | ||
cp -r neoforge/build/libs/* result |
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 |
---|---|---|
|
@@ -52,3 +52,7 @@ shadowJar { | |
remapJar { | ||
input.set shadowJar.archiveFile | ||
} | ||
|
||
fabricApi { | ||
configureDataGeneration() | ||
} |
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