mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-03-22 19:39:20 +01:00
Cleanup dependencies
This commit is contained in:
parent
6864a2416a
commit
6b11e82b86
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,11 +1,12 @@
|
||||
# Eclipse stuff
|
||||
/.classpath
|
||||
/.project
|
||||
/.settings
|
||||
.classpath
|
||||
.project
|
||||
.settings
|
||||
|
||||
# netbeans
|
||||
/nbproject
|
||||
|
||||
|
||||
# we use maven!
|
||||
/build.xml
|
||||
|
||||
|
1
DynmapCore/bin/.gitignore
vendored
Normal file
1
DynmapCore/bin/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/main/
|
@ -1,7 +1,7 @@
|
||||
description = "DynmapCore"
|
||||
|
||||
dependencies {
|
||||
compile "us.dynmap:DynmapCoreAPI:${project.version}"
|
||||
compile project(path: ':DynmapCoreAPI', configuration: 'shadow')
|
||||
compile 'org.eclipse.jetty:jetty-server:8.1.21.v20160908'
|
||||
compile 'org.eclipse.jetty:jetty-servlet:8.1.21.v20160908'
|
||||
compile 'com.googlecode.json-simple:json-simple:1.1.1'
|
||||
|
1
DynmapCoreAPI/bin/.gitignore
vendored
Normal file
1
DynmapCoreAPI/bin/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/main/
|
1
bukkit-helper-113/bin/.gitignore
vendored
Normal file
1
bukkit-helper-113/bin/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/main/
|
@ -3,8 +3,8 @@ description = 'bukkit-helper-1.13'
|
||||
|
||||
dependencies {
|
||||
compile project(':bukkit-helper')
|
||||
compile group: 'us.dynmap', name: 'dynmap-api', version: "${project.version}"
|
||||
compile group: 'us.dynmap', name: 'DynmapCore', version: "${project.version}"
|
||||
compile project(path: ':dynmap-api', configuration: 'shadow')
|
||||
compile project(path: ':DynmapCore', configuration: 'shadow')
|
||||
compile group: 'org.bukkit', name: 'bukkit', version:'1.13-R0.1-SNAPSHOT'
|
||||
compile group: 'org.bukkit', name: 'craftbukkit', version:'1.13-R0.1-SNAPSHOT'
|
||||
}
|
||||
|
1
bukkit-helper/.gitignore
vendored
1
bukkit-helper/.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/target/
|
||||
/build/
|
||||
/bin/
|
||||
|
1
bukkit-helper/bin/.gitignore
vendored
Normal file
1
bukkit-helper/bin/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/main/
|
@ -2,8 +2,8 @@
|
||||
description = 'bukkit-helper'
|
||||
|
||||
dependencies {
|
||||
compile group: 'us.dynmap', name: 'dynmap-api', version: "${project.version}"
|
||||
compile group: 'us.dynmap', name: 'DynmapCore', version: "${project.version}"
|
||||
compile project(path: ':dynmap-api', configuration: 'shadow')
|
||||
compile project(path: ':DynmapCore', configuration: 'shadow')
|
||||
compile group: 'org.bukkit', name: 'bukkit', version:'1.7.10-R0.1-SNAPSHOT'
|
||||
compile group: 'com.google.code.gson', name: 'gson', version:'2.8.2'
|
||||
}
|
||||
|
1
bukkit/.gitignore
vendored
1
bukkit/.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/target/
|
||||
/dependency-reduced-pom.xml
|
||||
/build/
|
||||
/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user