-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[th2-1836] Updated th2 gradle plugin
0.0.8
(#83)
+ Updated common: `5.12.0-dev`
- Loading branch information
1 parent
09fffdc
commit 6517607
Showing
9 changed files
with
33 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
kotlin.code.style=official | ||
release_version=2.9.0 | ||
release_version=2.10.0 | ||
description='th2 Lightweight data provider component' | ||
kapt.include.compile.classpath=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
kotlin.code.style=official | ||
release_version=2.3.2 | ||
release_version=2.3.3 | ||
description='th2 Lightweight data provider gRPC' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"package_name": "th2_grpc_lw_data_provider", | ||
"package_version": "2.3.2" | ||
"package_version": "2.3.3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
# utils for lw-data-provider (0.0.2) | ||
# utils for lw-data-provider (0.0.3) | ||
|
||
# Release notes: | ||
|
||
# 0.0.2 | ||
## 0.0.3 | ||
|
||
## Updates: | ||
### Updates: | ||
+ th2 gradle plugin `0.0.8` | ||
+ common: `5.12.0-dev` | ||
|
||
## 0.0.2 | ||
|
||
### Updates: | ||
+ bom: `4.6.1` | ||
+ common: `5.11.0-dev` | ||
+ grpc-lw-data-provider: `2.3.2-dev` | ||
|
||
# 0.0.1 | ||
## 0.0.1 | ||
|
||
## Feature: | ||
### Feature: | ||
+ Added MessageSearcher class |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
kotlin.code.style=official | ||
release_version=0.0.2 | ||
release_version=0.0.3 | ||
description='th2 Lightweight data provider utils' |