Fix spigot jar shading

This commit is contained in:
Michael Primm 2023-06-20 21:06:10 -05:00
parent b2f04ce112
commit e0c02b1fc0
3 changed files with 17 additions and 17 deletions

View file

@ -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