Fix spigot jar shading
This commit is contained in:
parent
b2f04ce112
commit
e0c02b1fc0
3 changed files with 17 additions and 17 deletions
|
|
@ -9,9 +9,9 @@ eclipse {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(path: ':DynmapCoreAPI', configuration: 'shadow')
|
||||
implementation project(':DynmapCoreAPI')
|
||||
implementation 'javax.servlet:javax.servlet-api:3.1'
|
||||
implementation 'org.eclipse.jetty:jetty-server:9.4.26.v20200117'
|
||||
implementation'org.eclipse.jetty:jetty-server:9.4.26.v20200117'
|
||||
implementation 'org.eclipse.jetty:jetty-servlet:9.4.26.v20200117'
|
||||
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
|
||||
implementation 'org.yaml:snakeyaml:1.23' // DON'T UPDATE - NEWER ONE TRIPS ON WINDOWS ENCODED FILES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue