watchdob-bell: javaのバージョンを設定
/ build-tool (pull_request) Has been skipped Details
/ build-angular (pull_request) Has been skipped Details
/ build-watchdog-be (pull_request) Has been skipped Details
/ build-docker-image (pull_request) Has been skipped Details

This commit is contained in:
usbharu 2024-03-19 15:07:11 +09:00
parent cfc08a89ed
commit b363100b8c
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 7 additions and 0 deletions

View File

@ -46,6 +46,13 @@ dependencies {
implementation("dev.usbharu.unos:utils")
}
tasks.test {
useJUnitPlatform()
}
kotlin {
jvmToolchain(17)
}
protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.25.3"