Skip to content

Commit

Permalink
[TH2-5254] Updated th2 gradle plugin 0.1.5 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro authored Nov 18, 2024
1 parent e663c2e commit a47554c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
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 @@ 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'
Expand Down

0 comments on commit a47554c

Please sign in to comment.