watchdog-bell #18

Merged
usbharu merged 4 commits from watchdog-bell into master 2024-03-19 06:10:48 +00:00
1 changed files with 7 additions and 0 deletions
Showing only changes of commit b363100b8c - Show all commits

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"