Initial commit
This commit is contained in:
16
shared/build.gradle
Normal file
16
shared/build.gradle
Normal file
@@ -0,0 +1,16 @@
|
||||
plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
group = 'io.github.eldek0'
|
||||
version = "$projectVersion"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
maven { url = 'https://jitpack.io' }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api "com.github.crykn:kryonet:$kryoNetVersion"
|
||||
}
|
||||
Reference in New Issue
Block a user