mirror of
https://github.com/bizhangjie/CatVodSpider.git
synced 2025-10-30 03:22:15 +00:00
'第一版'
This commit is contained in:
14
tools/build.gradle
Normal file
14
tools/build.gradle
Normal file
@@ -0,0 +1,14 @@
|
||||
plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.13'
|
||||
implementation 'com.google.guava:guava:32.0.0-jre'
|
||||
implementation 'com.google.code.gson:gson:2.8.6'
|
||||
}
|
||||
Reference in New Issue
Block a user