Tidy up Eclipse workspace
This commit is contained in:
parent
f441cf4ecd
commit
b3de1dafe3
24 changed files with 154 additions and 9 deletions
|
|
@ -1,5 +1,13 @@
|
|||
description = "DynmapCore"
|
||||
|
||||
apply plugin: 'eclipse'
|
||||
|
||||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(DynmapCore)"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(path: ':DynmapCoreAPI', configuration: 'shadow')
|
||||
implementation 'javax.servlet:javax.servlet-api:3.1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue