fixed a startup issue

This commit is contained in:
Fangoboyo 2022-06-08 12:19:03 -07:00
parent 766a542b4d
commit 96e5575323
6 changed files with 12 additions and 15 deletions

View File

@ -8,13 +8,12 @@
<outputRelativeToContentRoot value="true" />
<module name="PrimCore" />
<module name="Installer" />
<module name="EaglerPluginUpdater" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="EaglerPluginUpdater" target="1.8" />
<module name="Installer" target="1.8" />
<module name="PrimCore" target="1.8" />
<module name="untitled" target="1.8" />
</bytecodeTargetLevel>
</component>
</project>

View File

@ -3,5 +3,7 @@
<component name="Encoding">
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/untitled/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/untitled/src/main/resources" charset="UTF-8" />
</component>
</project>

View File

@ -12,6 +12,11 @@
<option value="$PROJECT_DIR$/pom.xml" />
</list>
</option>
<option name="ignoredFiles">
<set>
<option value="$PROJECT_DIR$/untitled/pom.xml" />
</set>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />

View File

@ -7,7 +7,10 @@
<groupId>tech.nully</groupId>
<artifactId>EaglerPluginUpdater</artifactId>
<version>1.0.9</version>
<packaging>jar</packaging>
<modules>
<module>untitled</module>
</modules>
<packaging>pom</packaging>
<properties>
<java.version>1.8</java.version>

View File

@ -1,12 +0,0 @@
name: EaglerPluginUpdater
version: 1.0.8
main: tech.nully.PluginUpdater.Main
prefix: [PluginUpdater]
authors: [BongoCat]
depend: [PluginInstaller]
description: A plugin that is capable of installing the latest compatible version of plugins with eaglercraft
website: nully.tech
commands:
update:
description: Update the PluginInstaller plugin
usage: /<command>