Skip to content

Commit 7f8de02

Browse files
Updated th2 gradle plugin 0.1.1 (#114)
* Updated th2 gradle plugin `0.1.1` * Updated common: `5.14.0-dev` * Updated cradle api: `5.4.1-dev`
1 parent 4011d8d commit 7f8de02

File tree

7 files changed

+233
-146
lines changed

7 files changed

+233
-146
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gradle:7.6-jdk11 AS build
1+
FROM gradle:8.7-jdk11 AS build
22
ARG release_version
33
COPY ./ .
44
RUN gradle --no-daemon clean build dockerPrepare -Prelease_version=${release_version}

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Overview (5.7.0)
1+
# Overview (5.8.0)
22

33
Message store (mstore) is an important th2 component responsible for storing raw messages into Cradle. Please refer to [Cradle repository] (https://github.com/th2-net/cradleapi/blob/master/README.md) for more details. This component has a pin for listening messages via MQ.
44

@@ -115,6 +115,13 @@ spec:
115115
This is a list of supported features provided by libraries.
116116
Please see more details about this feature via [link](https://github.com/th2-net/th2-common-j#configuration-formats).
117117
118+
# Release notes
119+
120+
## 5.8.0
121+
* Updated th2 gradle plugin `0.1.1`
122+
* Updated common: `5.14.0-dev`
123+
* Updated cradle api: `5.4.1-dev`
124+
118125
## 5.7.0
119126

120127
* Migrated to th2 gradle plugin `0.0.8`

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
plugins {
22
id "application"
3-
id "com.exactpro.th2.gradle.component" version "0.0.8"
3+
id "com.exactpro.th2.gradle.component" version "0.1.1"
44
}
55

66
ext {
7-
cradleVersion = '5.3.0-dev'
8-
commonVersion = '5.12.0-dev'
7+
cradleVersion = '5.4.1-dev'
8+
commonVersion = '5.14.0-dev'
99
commonUtilsVersion = '2.2.3-dev'
1010
}
1111

@@ -61,9 +61,9 @@ dependencies {
6161
implementation 'org.apache.commons:commons-lang3'
6262

6363
implementation "org.slf4j:slf4j-api"
64-
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
65-
testImplementation 'org.mockito:mockito-junit-jupiter:5.10.0'
66-
testImplementation 'org.mockito:mockito-core:5.10.0'
64+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
65+
testImplementation 'org.mockito:mockito-junit-jupiter:5.12.0'
66+
testImplementation 'org.mockito:mockito-core:5.12.0'
6767
}
6868

6969
test {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
release_version=5.7.0
1+
release_version=5.8.0
22
description='th2 mstore component'
33
vcs_url=https://github.com/th2-net/th2-mstore
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri May 22 12:02:01 MSK 2020
2-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
31
distributionBase=GRADLE_USER_HOME
42
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
4+
networkTimeout=10000
65
zipStoreBase=GRADLE_USER_HOME
6+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)