comment out the inclusion of test-plugin
This commit is contained in:
parent
310938774d
commit
d62532579b
2 changed files with 2 additions and 4 deletions
|
@ -5,10 +5,7 @@
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="9d5d9b6f-43c8-41a4-bb42-a66ffc96c9b0" name="Changes" comment="">
|
<list default="true" id="9d5d9b6f-43c8-41a4-bb42-a66ffc96c9b0" name="Changes" comment="">
|
||||||
<change afterPath="$PROJECT_DIR$/api/src/main/java/me/tofaa/entitylib/utils/ConcurrentWeakIdentityHashMap.java" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/platforms/spigot/src/main/java/me/tofaa/entitylib/spigot/InternalRegistryListener.java" beforeDir="false" afterPath="$PROJECT_DIR$/platforms/spigot/src/main/java/me/tofaa/entitylib/spigot/InternalRegistryListener.java" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/platforms/spigot/src/main/java/me/tofaa/entitylib/spigot/SpigotEntityLibPlatform.java" beforeDir="false" afterPath="$PROJECT_DIR$/platforms/spigot/src/main/java/me/tofaa/entitylib/spigot/SpigotEntityLibPlatform.java" afterDir="false" />
|
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
|
@ -306,6 +303,7 @@
|
||||||
<workItem from="1708265345702" duration="358000" />
|
<workItem from="1708265345702" duration="358000" />
|
||||||
<workItem from="1708343107313" duration="8276000" />
|
<workItem from="1708343107313" duration="8276000" />
|
||||||
<workItem from="1708352150286" duration="3592000" />
|
<workItem from="1708352150286" duration="3592000" />
|
||||||
|
<workItem from="1708462795417" duration="1244000" />
|
||||||
</task>
|
</task>
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
rootProject.name = 'EntityLib'
|
rootProject.name = 'EntityLib'
|
||||||
include 'test-plugin'
|
//include 'test-plugin'
|
||||||
include 'api'
|
include 'api'
|
||||||
include 'platforms:spigot'
|
include 'platforms:spigot'
|
||||||
findProject(':platforms:spigot')?.name = 'spigot'
|
findProject(':platforms:spigot')?.name = 'spigot'
|
||||||
|
|
Loading…
Reference in a new issue