diff --git a/Dockerfile b/Dockerfile index 3ee4f84..432f34f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM gradle:7.6-jdk11 AS build +FROM gradle:8.7-jdk11 AS build ARG release_version COPY ./ . RUN gradle --no-daemon clean build dockerPrepare -Prelease_version=${release_version} diff --git a/README.md b/README.md index eeb37ac..e9f314a 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,11 @@ spec: # Changelog +## 1.8.0 + +* Provided configurable session cache to handle server resend request +* Updated th2 gradle plugin `0.1.1` + ## 1.7.0 * Added support for th2 transport protocol * Added configuration option for non-default book per session. diff --git a/build.gradle b/build.gradle index 8c930be..37e0db1 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,6 @@ -import org.jetbrains.kotlin.gradle.tasks.KotlinCompile - plugins { id "application" - id "com.exactpro.th2.gradle.component" version "0.0.8" + id "com.exactpro.th2.gradle.component" version "0.1.1" id 'org.jetbrains.kotlin.jvm' version '1.8.22' id "org.jetbrains.kotlin.kapt" version "1.8.22" } diff --git a/gradle.properties b/gradle.properties index 538334b..765adff 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -release_version=1.7.0 +release_version=1.8.0 description='Dirty-TCP client' vcs_url=https://github.com/th2-net/th2-conn-dirty-fix \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 070cb70..48c0a02 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists