mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 07:11:31 +01:00
Merge remote-tracking branch 'origin/TEST2' into TEST2
This commit is contained in:
commit
ffce69f78b
@ -5,7 +5,6 @@
|
||||
<option name="linkedExternalProjectsSettings">
|
||||
<GradleProjectSettings>
|
||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||
<option name="gradleJvm" value="ibm-1.8" />
|
||||
<option name="modules">
|
||||
<set>
|
||||
<option value="$PROJECT_DIR$" />
|
||||
|
@ -4,7 +4,7 @@
|
||||
<component name="FrameworkDetectionExcludesConfiguration">
|
||||
<file type="web" url="file://$PROJECT_DIR$" />
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="zulu-1.8 (3)" project-jdk-type="JavaSDK">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="zulu-1.8 (4)" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/out" />
|
||||
</component>
|
||||
</project>
|
BIN
autobuilder/assets/asm-tree-5.2.jar
Normal file
BIN
autobuilder/assets/asm-tree-5.2.jar
Normal file
Binary file not shown.
@ -72,6 +72,8 @@ async function build() {
|
||||
console.log(`Extracting ${lib}`);
|
||||
await unzip(assetsPaths.libs + `/${lib}`, tempPaths.jar);
|
||||
}
|
||||
console.log(`Extracting asm-tree-5.2.jar`);
|
||||
await unzip("./assets/asm-tree-5.2.jar", tempPaths.jar);
|
||||
|
||||
console.log("Cleaning up extra files in JAR");
|
||||
try {
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user