mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-27 19:47:49 +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'
|
||||
|
||||
include 'api'
|
||||
include 'common'
|
||||
include 'bukkit'
|
||||
include 'sponge'
|
||||
|
Loading…
Reference in New Issue
Block a user