mirror of
https://github.com/darverdevs/PluginInstaller.git
synced 2024-11-22 09:16:06 -08:00
fixed a startup issue
This commit is contained in:
parent
766a542b4d
commit
96e5575323
|
@ -8,13 +8,12 @@
|
||||||
<outputRelativeToContentRoot value="true" />
|
<outputRelativeToContentRoot value="true" />
|
||||||
<module name="PrimCore" />
|
<module name="PrimCore" />
|
||||||
<module name="Installer" />
|
<module name="Installer" />
|
||||||
<module name="EaglerPluginUpdater" />
|
|
||||||
</profile>
|
</profile>
|
||||||
</annotationProcessing>
|
</annotationProcessing>
|
||||||
<bytecodeTargetLevel>
|
<bytecodeTargetLevel>
|
||||||
<module name="EaglerPluginUpdater" target="1.8" />
|
|
||||||
<module name="Installer" target="1.8" />
|
<module name="Installer" target="1.8" />
|
||||||
<module name="PrimCore" target="1.8" />
|
<module name="PrimCore" target="1.8" />
|
||||||
|
<module name="untitled" target="1.8" />
|
||||||
</bytecodeTargetLevel>
|
</bytecodeTargetLevel>
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
|
@ -3,5 +3,7 @@
|
||||||
<component name="Encoding">
|
<component name="Encoding">
|
||||||
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
|
<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$/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>
|
</component>
|
||||||
</project>
|
</project>
|
|
@ -12,6 +12,11 @@
|
||||||
<option value="$PROJECT_DIR$/pom.xml" />
|
<option value="$PROJECT_DIR$/pom.xml" />
|
||||||
</list>
|
</list>
|
||||||
</option>
|
</option>
|
||||||
|
<option name="ignoredFiles">
|
||||||
|
<set>
|
||||||
|
<option value="$PROJECT_DIR$/untitled/pom.xml" />
|
||||||
|
</set>
|
||||||
|
</option>
|
||||||
</component>
|
</component>
|
||||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
<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" />
|
<output url="file://$PROJECT_DIR$/out" />
|
||||||
|
|
BIN
out/artifacts/EaglerPluginUpdater_jar/EaglerPluginUpdater.jar
Normal file
BIN
out/artifacts/EaglerPluginUpdater_jar/EaglerPluginUpdater.jar
Normal file
Binary file not shown.
5
pom.xml
5
pom.xml
|
@ -7,7 +7,10 @@
|
||||||
<groupId>tech.nully</groupId>
|
<groupId>tech.nully</groupId>
|
||||||
<artifactId>EaglerPluginUpdater</artifactId>
|
<artifactId>EaglerPluginUpdater</artifactId>
|
||||||
<version>1.0.9</version>
|
<version>1.0.9</version>
|
||||||
<packaging>jar</packaging>
|
<modules>
|
||||||
|
<module>untitled</module>
|
||||||
|
</modules>
|
||||||
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>1.8</java.version>
|
<java.version>1.8</java.version>
|
||||||
|
|
|
@ -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>
|
|
Loading…
Reference in New Issue
Block a user