Add tests for archetype-plugin compilability
This should make sure that the example plugin archetype is compilable. The test seems to fail in IDEA, but runs fine from a terminal :/
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
sourceEncoding=UTF-8
|
||||||
|
groupId=org.example.runelite
|
||||||
|
artifactId=exampleplugin
|
||||||
|
version=1.0.0-SNAPSHOT
|
||||||
|
package=org.example.runelite.exampleplugin
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
clean verify
|
||||||
Reference in New Issue
Block a user