添加对上传本地 maven 的支持

This commit is contained in:
tursom 2019-11-26 17:12:17 +08:00
parent 0c8f0fc28e
commit c6a0bc6832

View File

@ -28,7 +28,7 @@ allprojects {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
testCompile group: 'junit', name: 'junit', version: '4.12'
testImplementation group: 'junit', name: 'junit', version: '4.12'
}
compileKotlin {