Fixed GSON issues for 1.14+ & fixed dir blocks
This commit is contained in:
parent
c712ad1775
commit
c61063ebdf
5 changed files with 163 additions and 46 deletions
6
pom.xml
6
pom.xml
|
@ -90,6 +90,12 @@
|
|||
<version>1.18.10</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- Needed for 1.15, becuase that version is wrong -->
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.8.6</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue