From b363100b8ce676dd3f0fcc86aeb7b85a0853206c Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Tue, 19 Mar 2024 15:07:11 +0900 Subject: [PATCH] =?UTF-8?q?watchdob-bell:=20java=E3=81=AE=E3=83=90?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=92=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- watchdog-bell/build.gradle.kts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/watchdog-bell/build.gradle.kts b/watchdog-bell/build.gradle.kts index 4dd49b8..4590ee2 100644 --- a/watchdog-bell/build.gradle.kts +++ b/watchdog-bell/build.gradle.kts @@ -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"