jitpack tomfoolery
This commit is contained in:
parent
d62532579b
commit
11da55bda5
4 changed files with 5 additions and 5 deletions
|
@ -13,7 +13,6 @@
|
|||
<option value="$PROJECT_DIR$/common" />
|
||||
<option value="$PROJECT_DIR$/platforms" />
|
||||
<option value="$PROJECT_DIR$/platforms/spigot" />
|
||||
<option value="$PROJECT_DIR$/test-plugin" />
|
||||
</set>
|
||||
</option>
|
||||
</GradleProjectSettings>
|
||||
|
|
|
@ -4,9 +4,7 @@
|
|||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="9d5d9b6f-43c8-41a4-bb42-a66ffc96c9b0" name="Changes" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
</list>
|
||||
<list default="true" id="9d5d9b6f-43c8-41a4-bb42-a66ffc96c9b0" name="Changes" comment="" />
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
|
@ -304,6 +302,7 @@
|
|||
<workItem from="1708343107313" duration="8276000" />
|
||||
<workItem from="1708352150286" duration="3592000" />
|
||||
<workItem from="1708462795417" duration="1244000" />
|
||||
<workItem from="1708508458793" duration="103000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
|
|
|
@ -3,7 +3,6 @@ plugins {
|
|||
id 'java-library'
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
allprojects {
|
||||
|
||||
project.ext.adventureVersion = '4.15.0'
|
||||
|
|
|
@ -6,3 +6,6 @@ findProject(':platforms:spigot')?.name = 'spigot'
|
|||
include 'common'
|
||||
include 'code-gen'
|
||||
|
||||
if (!Boolean.parseBoolean(System.getenv("JITPACK"))) {
|
||||
include 'test-plugin'
|
||||
}
|
Loading…
Reference in a new issue