watchdob-bell: javaのバージョンを設定
This commit is contained in:
parent
cfc08a89ed
commit
b363100b8c
|
@ -46,6 +46,13 @@ dependencies {
|
||||||
implementation("dev.usbharu.unos:utils")
|
implementation("dev.usbharu.unos:utils")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.test {
|
||||||
|
useJUnitPlatform()
|
||||||
|
}
|
||||||
|
kotlin {
|
||||||
|
jvmToolchain(17)
|
||||||
|
}
|
||||||
|
|
||||||
protobuf {
|
protobuf {
|
||||||
protoc {
|
protoc {
|
||||||
artifact = "com.google.protobuf:protoc:3.25.3"
|
artifact = "com.google.protobuf:protoc:3.25.3"
|
||||||
|
|
Loading…
Reference in New Issue