Add ipc module.

master
IzzelAliz 2019-12-04 22:56:35 +08:00
parent c4cd8fb617
commit 962bfa5256
1 changed files with 16 additions and 0 deletions

16
module-ipc/build.gradle Normal file
View 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'
}