Add ipc module.
This commit is contained in:
parent
c4cd8fb617
commit
962bfa5256
16
module-ipc/build.gradle
Normal file
16
module-ipc/build.gradle
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
plugins {
|
||||||
|
id 'java'
|
||||||
|
}
|
||||||
|
|
||||||
|
group 'me.skymc'
|
||||||
|
version '5.11'
|
||||||
|
|
||||||
|
sourceCompatibility = 1.8
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
testCompile group: 'junit', name: 'junit', version: '4.12'
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user