Fixes some smithing NPE's
Adds flexo launch arg which enables flexo config plugin
Adds external plugin to sorter using type "external"
This commit is contained in:
zeruth
2019-04-22 02:17:36 -04:00
parent 62d2fca6c2
commit 3a01eb67dc
15 changed files with 770 additions and 6 deletions

View File

@@ -259,6 +259,11 @@
<artifactId>annotations</artifactId>
<version>17.0.0</version>
</dependency>
<dependency>
<groupId>com.github.joonasvali.naturalmouse</groupId>
<artifactId>naturalmouse</artifactId>
<version>[1.0.0,)</version>
</dependency>
</dependencies>
<build>