Archived
0

новый модуль: bukkit-adapter

This commit is contained in:
2019-02-01 13:14:25 +03:00
parent 4a7790cd72
commit 39a288c6e0
3 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
version '0.1-SNAPSHOT'
repositories {
maven { url 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' }
}
dependencies {
/* Core */
compile_excludeCopy project(':core')
compile (group: 'org.bukkit', name: 'bukkit', version: '1.12.2-R0.1-SNAPSHOT') {
exclude group: 'com.google.code.gson'
}
}

View File

@@ -0,0 +1 @@
package mc.bukkit;