mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-15 18:02:58 +08:00
Bumps [com.huaweicloud:esdk-obs-java-bundle](https://github.com/huaweicloud/huaweicloud-sdk-java-obs) from 3.25.7 to 3.25.10. - [Release notes](https://github.com/huaweicloud/huaweicloud-sdk-java-obs/releases) - [Commits](https://github.com/huaweicloud/huaweicloud-sdk-java-obs/compare/v3.25.7...v3.25.10) --- updated-dependencies: - dependency-name: com.huaweicloud:esdk-obs-java-bundle dependency-version: 3.25.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
283 B
Kotlin
17 lines
283 B
Kotlin
plugins {
|
|
alias(libs.plugins.kotlin.jvm)
|
|
}
|
|
|
|
|
|
project.version = "0.0.2"
|
|
|
|
|
|
dependencies {
|
|
testImplementation(kotlin("test"))
|
|
implementation("com.huaweicloud:esdk-obs-java-bundle:3.25.10")
|
|
compileOnly(project(":"))
|
|
}
|
|
|
|
|
|
apply(from = "$rootDir/plugins/common.gradle.kts")
|