mirror of
https://github.com/tursom/TursomServer.git
synced 2025-01-22 02:00:24 +08:00
添加对上传本地 maven 的支持
This commit is contained in:
parent
0c8f0fc28e
commit
c6a0bc6832
@ -28,7 +28,7 @@ allprojects {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
|
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 {
|
compileKotlin {
|
||||||
|
Loading…
Reference in New Issue
Block a user