mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-28 12:07:35 +01:00
Plan api module
This commit is contained in:
parent
0f32c030e6
commit
b4a3feddf5
11
Plan/api/build.gradle
Normal file
11
Plan/api/build.gradle
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
publishing {
|
||||||
|
publications {
|
||||||
|
mavenJava(MavenPublication) {
|
||||||
|
groupId = 'com.djrapitops'
|
||||||
|
artifactId = 'Plan-api'
|
||||||
|
version = project.version
|
||||||
|
|
||||||
|
artifact jar
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,5 +1,6 @@
|
|||||||
rootProject.name = 'Plan'
|
rootProject.name = 'Plan'
|
||||||
|
|
||||||
|
include 'api'
|
||||||
include 'common'
|
include 'common'
|
||||||
include 'bukkit'
|
include 'bukkit'
|
||||||
include 'sponge'
|
include 'sponge'
|
||||||
|
Loading…
Reference in New Issue
Block a user