Skip to content

Commit 5329d77

Browse files
[Gradle Release Plugin] - pre tag commit: '3.1.1'.
1 parent bf20dcc commit 5329d77

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
### NEXT_VERSION_TYPE=PATCH
2-
### NEXT_VERSION_DESCRIPTION_BEGIN
3-
* Next execution time calculation was fixed. Large time difference between database and application or fast executions
4-
of scheduled tasks might have led to repeated execution. That was possible because the execution time calculation
5-
relied on the application clock and the tasks picking mechanism relied on the database clock.
6-
### NEXT_VERSION_DESCRIPTION_END
1+
## [3.1.1]() (09-02-2022)
2+
3+
* Next execution time calculation was fixed. Large time difference between database and application or fast executions
4+
of scheduled tasks might have led to repeated execution. That was possible because the execution time calculation
5+
relied on the application clock and the tasks picking mechanism relied on the database clock.
6+
77
## [3.1.0]() (02-12-2021)
88

99
* `FailRetryType.NONE` added that does not add extra execution attempts in case of a failure -

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=3.1.1-SNAPSHOT
1+
version=3.1.1
22
ru.yoomoney.gradle.plugins.java-plugin.jvm-version=11

0 commit comments

Comments
 (0)