Configure circle ci
This commit is contained in:
parent
3b0f87afbc
commit
c992d229af
6
.project
6
.project
@ -10,8 +10,14 @@
|
|||||||
<arguments>
|
<arguments>
|
||||||
</arguments>
|
</arguments>
|
||||||
</buildCommand>
|
</buildCommand>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.m2e.core.maven2Builder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
</buildSpec>
|
</buildSpec>
|
||||||
<natures>
|
<natures>
|
||||||
|
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
||||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
</natures>
|
</natures>
|
||||||
</projectDescription>
|
</projectDescription>
|
||||||
|
|||||||
4
.settings/org.eclipse.m2e.core.prefs
Normal file
4
.settings/org.eclipse.m2e.core.prefs
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
activeProfiles=
|
||||||
|
eclipse.preferences.version=1
|
||||||
|
resolveWorkspaceProjects=true
|
||||||
|
version=1
|
||||||
1
bin/.gitignore
vendored
1
bin/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
/com/
|
|
||||||
BIN
bin/com/ilummc/bugrepgui/Bug.class
Normal file
BIN
bin/com/ilummc/bugrepgui/Bug.class
Normal file
Binary file not shown.
BIN
bin/com/ilummc/bugrepgui/Database.class
Normal file
BIN
bin/com/ilummc/bugrepgui/Database.class
Normal file
Binary file not shown.
BIN
bin/com/ilummc/bugrepgui/EventListener.class
Normal file
BIN
bin/com/ilummc/bugrepgui/EventListener.class
Normal file
Binary file not shown.
BIN
bin/com/ilummc/bugrepgui/GUI.class
Normal file
BIN
bin/com/ilummc/bugrepgui/GUI.class
Normal file
Binary file not shown.
BIN
bin/com/ilummc/bugrepgui/Main.class
Normal file
BIN
bin/com/ilummc/bugrepgui/Main.class
Normal file
Binary file not shown.
BIN
bin/com/ilummc/bugrepgui/Notify.class
Normal file
BIN
bin/com/ilummc/bugrepgui/Notify.class
Normal file
Binary file not shown.
BIN
bin/com/ilummc/bugrepgui/Stats.class
Normal file
BIN
bin/com/ilummc/bugrepgui/Stats.class
Normal file
Binary file not shown.
BIN
bin/com/ilummc/bugrepgui/Storage.class
Normal file
BIN
bin/com/ilummc/bugrepgui/Storage.class
Normal file
Binary file not shown.
BIN
bin/com/ilummc/bugrepgui/bungee/BungeeListener.class
Normal file
BIN
bin/com/ilummc/bugrepgui/bungee/BungeeListener.class
Normal file
Binary file not shown.
BIN
bin/com/ilummc/bugrepgui/bungee/GlobalNotify$1.class
Normal file
BIN
bin/com/ilummc/bugrepgui/bungee/GlobalNotify$1.class
Normal file
Binary file not shown.
BIN
bin/com/ilummc/bugrepgui/bungee/GlobalNotify.class
Normal file
BIN
bin/com/ilummc/bugrepgui/bungee/GlobalNotify.class
Normal file
Binary file not shown.
BIN
bin/com/ilummc/bugrepgui/bungee/Main.class
Normal file
BIN
bin/com/ilummc/bugrepgui/bungee/Main.class
Normal file
Binary file not shown.
BIN
bin/com/ilummc/bugrepgui/cmdExe$1.class
Normal file
BIN
bin/com/ilummc/bugrepgui/cmdExe$1.class
Normal file
Binary file not shown.
BIN
bin/com/ilummc/bugrepgui/cmdExe.class
Normal file
BIN
bin/com/ilummc/bugrepgui/cmdExe.class
Normal file
Binary file not shown.
BIN
bin/com/ilummc/bugrepgui/stats/Reporter.class
Normal file
BIN
bin/com/ilummc/bugrepgui/stats/Reporter.class
Normal file
Binary file not shown.
BIN
bin/com/ilummc/bugrepgui/util/UpdateChecker$1.class
Normal file
BIN
bin/com/ilummc/bugrepgui/util/UpdateChecker$1.class
Normal file
Binary file not shown.
BIN
bin/com/ilummc/bugrepgui/util/UpdateChecker.class
Normal file
BIN
bin/com/ilummc/bugrepgui/util/UpdateChecker.class
Normal file
Binary file not shown.
31
pom.xml
31
pom.xml
@ -6,13 +6,22 @@
|
|||||||
|
|
||||||
<groupId>com.ilummc.bugrepgui</groupId>
|
<groupId>com.ilummc.bugrepgui</groupId>
|
||||||
<artifactId>BugRepGUI</artifactId>
|
<artifactId>BugRepGUI</artifactId>
|
||||||
<version>1.3c</version>
|
<version>1.8</version>
|
||||||
|
<resources>
|
||||||
|
<resource>
|
||||||
|
<targetPath>.</targetPath>
|
||||||
|
<directory>${basedir}/</directory>
|
||||||
|
</resource>
|
||||||
|
</resources>
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>bungeecord-repo</id>
|
<id>bungeecord-repo</id>
|
||||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>spigot-repo</id>
|
||||||
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@ -22,8 +31,8 @@
|
|||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.1</version>
|
<version>3.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>1.7</source>
|
<source>1.8</source>
|
||||||
<target>1.7</target>
|
<target>1.8</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
@ -37,5 +46,19 @@
|
|||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!--Spigot API-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.spigotmc</groupId>
|
||||||
|
<artifactId>spigot-api</artifactId>
|
||||||
|
<version>1.8.3-R0.1-SNAPSHOT</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
<!--Bukkit API-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.bukkit</groupId>
|
||||||
|
<artifactId>bukkit</artifactId>
|
||||||
|
<version>1.8.3-R0.1-SNAPSHOT</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
1
target/classes/.gitignore
vendored
Normal file
1
target/classes/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/META-INF/
|
||||||
Loading…
x
Reference in New Issue
Block a user