dfkndsfjkdsjjdssdf
This commit is contained in:
17
test/build.gradle
Normal file
17
test/build.gradle
Normal file
@@ -0,0 +1,17 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
group = 'com.github.hdvtdev'
|
||||
version = '1.0.0'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":core"))
|
||||
implementation(project(":longpolling-okhttp"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user