Skip to content

Commit

Permalink
[TH2-5239] Updated th2 gradle plugin: 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Sep 23, 2024
1 parent c455dce commit 80c34a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ spec:

## 5.14.0
* Reduced required memory for executing sse event request with `limitForParent` parameter
* Updated th2 gradle plugin: `0.1.2`
* Updated bom: `4.7.0`
* Updated th2 gradle plugin: `0.1.3`
* Updated bom: `4.8.0`

## 5.13.1
* Fixed the problem data provider can't handle `messageIds` request with `messageId` but without `startTimestamp` arguments
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id 'org.jetbrains.kotlin.jvm' version '1.8.22'
id "com.exactpro.th2.gradle.component" version "0.1.2"
id "com.exactpro.th2.gradle.component" version "0.1.3"
id 'application'
}

Expand Down

0 comments on commit 80c34a4

Please sign in to comment.