From 5e112a2aa9241e3fe0e3bc1484815c16073f2bd6 Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Mon, 18 Nov 2024 10:40:07 +0400 Subject: [PATCH] [TH2-5254] Updated th2 gradle plugin `0.1.5` --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fa1f20..1bc650a 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ The event-healer based on the th2-processor-core project, you can look at its re ## Release notes ### 0.0.3 -* Migrated to th2 gradle plugin `0.1.4` (based on th2-bom: `4.8.0`) +* Migrated to th2 gradle plugin `0.1.5` (based on th2-bom: `4.9.0`) * Updated: * common: `5.14.0-dev` * common-utils: `2.3.0-dev` diff --git a/build.gradle b/build.gradle index 03e3241..eaf6608 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id "application" id "org.jetbrains.kotlin.jvm" version "1.8.22" id "org.jetbrains.kotlin.kapt" version "1.8.22" - id "com.exactpro.th2.gradle.component" version "0.1.4" + id "com.exactpro.th2.gradle.component" version "0.1.5" } group 'com.exactpro.th2'