parent
752bcfa9b7
commit
552db93ee7
@ -1,7 +1,7 @@ |
||||
# Ignore maven output |
||||
target/ |
||||
out/ |
||||
|
||||
# Ignore some IDEA stuff |
||||
.idea/libraries |
||||
.idea/workspace.xml |
||||
.idea/vcs.xml |
||||
.idea/ |
||||
ServerStopper.iml |
||||
|
@ -1,7 +0,0 @@ |
||||
image: maven:3-jdk-8 |
||||
|
||||
build: |
||||
script: "mvn clean package" |
||||
artifacts: |
||||
paths: |
||||
- "target/*.jar" |
@ -1 +0,0 @@ |
||||
ServerStopper |
@ -1,34 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project version="4"> |
||||
<component name="CompilerConfiguration"> |
||||
<resourceExtensions /> |
||||
<wildcardResourcePatterns> |
||||
<entry name="!?*.java" /> |
||||
<entry name="!?*.form" /> |
||||
<entry name="!?*.class" /> |
||||
<entry name="!?*.groovy" /> |
||||
<entry name="!?*.scala" /> |
||||
<entry name="!?*.flex" /> |
||||
<entry name="!?*.kt" /> |
||||
<entry name="!?*.clj" /> |
||||
<entry name="!?*.aj" /> |
||||
</wildcardResourcePatterns> |
||||
<annotationProcessing> |
||||
<profile default="true" name="Default" enabled="false"> |
||||
<processorPath useClasspath="true" /> |
||||
</profile> |
||||
<profile default="false" name="Maven default annotation processors profile" enabled="true"> |
||||
<sourceOutputDir name="target/generated-sources/annotations" /> |
||||
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" /> |
||||
<outputRelativeToContentRoot value="true" /> |
||||
<processorPath useClasspath="true" /> |
||||
<module name="ServerStopper" /> |
||||
<module name="ServerStopper-maven" /> |
||||
</profile> |
||||
</annotationProcessing> |
||||
<bytecodeTargetLevel> |
||||
<module name="ServerStopper" target="1.7" /> |
||||
<module name="ServerStopper-maven" target="1.7" /> |
||||
</bytecodeTargetLevel> |
||||
</component> |
||||
</project> |
@ -1,3 +0,0 @@ |
||||
<component name="CopyrightManager"> |
||||
<settings default="" /> |
||||
</component> |
@ -1,71 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project version="4"> |
||||
<component name="EntryPointsManager"> |
||||
<entry_points version="2.0" /> |
||||
<list size="1"> |
||||
<item index="0" class="java.lang.String" itemvalue="org.bukkit.event.EventHandler" /> |
||||
</list> |
||||
</component> |
||||
<component name="MavenProjectsManager"> |
||||
<option name="originalFiles"> |
||||
<list> |
||||
<option value="$PROJECT_DIR$/pom.xml" /> |
||||
</list> |
||||
</option> |
||||
</component> |
||||
<component name="ProjectInspectionProfilesVisibleTreeState"> |
||||
<entry key="Project Default"> |
||||
<profile-state> |
||||
<expanded-state> |
||||
<State> |
||||
<id /> |
||||
</State> |
||||
<State> |
||||
<id>Android</id> |
||||
</State> |
||||
<State> |
||||
<id>Android > Lint > Correctness</id> |
||||
</State> |
||||
<State> |
||||
<id>Android Lint for Kotlin</id> |
||||
</State> |
||||
<State> |
||||
<id>Class structureJava</id> |
||||
</State> |
||||
<State> |
||||
<id>Code maturity issuesJava</id> |
||||
</State> |
||||
<State> |
||||
<id>Java</id> |
||||
</State> |
||||
<State> |
||||
<id>Java language level migration aidsJava</id> |
||||
</State> |
||||
<State> |
||||
<id>Javadoc issuesJava</id> |
||||
</State> |
||||
<State> |
||||
<id>Performance issuesJava</id> |
||||
</State> |
||||
<State> |
||||
<id>TestNGJava</id> |
||||
</State> |
||||
<State> |
||||
<id>Threading issuesJava</id> |
||||
</State> |
||||
</expanded-state> |
||||
<selected-state> |
||||
<State> |
||||
<id>Class structureJava</id> |
||||
</State> |
||||
</selected-state> |
||||
</profile-state> |
||||
</entry> |
||||
</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" /> |
||||
</component> |
||||
<component name="SvnConfiguration"> |
||||
<configuration>$USER_HOME$/.subversion</configuration> |
||||
</component> |
||||
</project> |
@ -1,8 +0,0 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<project version="4"> |
||||
<component name="ProjectModuleManager"> |
||||
<modules> |
||||
<module fileurl="file://$PROJECT_DIR$/ServerStopper.iml" filepath="$PROJECT_DIR$/ServerStopper.iml" /> |
||||
</modules> |
||||
</component> |
||||
</project> |
Reference in new issue