mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
Bumps [com.qcloud:cos_api](https://github.com/tencentyun/cos-java-sdk-v5) from 5.6.249 to 5.6.251. - [Release notes](https://github.com/tencentyun/cos-java-sdk-v5/releases) - [Changelog](https://github.com/tencentyun/cos-java-sdk-v5/blob/master/CHANGELOG.md) - [Commits](https://github.com/tencentyun/cos-java-sdk-v5/compare/v5.6.249...v5.6.251) --- updated-dependencies: - dependency-name: com.qcloud:cos_api dependency-version: 5.6.251 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
265 B
Kotlin
17 lines
265 B
Kotlin
plugins {
|
|
alias(libs.plugins.kotlin.jvm)
|
|
}
|
|
|
|
project.version = "0.0.4"
|
|
|
|
|
|
|
|
dependencies {
|
|
testImplementation(kotlin("test"))
|
|
implementation("com.qcloud:cos_api:5.6.251")
|
|
compileOnly(project(":"))
|
|
}
|
|
|
|
|
|
apply(from = "$rootDir/plugins/common.gradle.kts")
|