Skip to content

Commit

Permalink
Merge pull request #2 from th2-net/demo
Browse files Browse the repository at this point in the history
Updating sim-template with logic for demo
  • Loading branch information
alexander-zhilov authored Nov 24, 2020
2 parents f333320 + 4da6be0 commit 2e754a2
Show file tree
Hide file tree
Showing 6 changed files with 606 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ variables:
MAJOR_VERSION: "2"
MINOR_VERSION: "0"
MAINTENANCE_VERSION: "5"
DOCKER_PUBLISH_ENABLED: "false"
DOCKER_PUBLISH_ENABLED: "true"

include:
- project: 'vivarium/th2/pipelines'
Expand Down
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ repositories {
}

dependencies {
api platform('com.exactpro.th2:bom:2.8.+')
api platform('com.exactpro.th2:bom:2.9.+')

implementation "com.exactpro.th2:sim:2.3.0"
implementation "com.exactpro.th2:sim"
implementation "com.exactpro.th2:common"
api "com.exactpro.th2:grpc-sim"
api "com.exactpro.th2:grpc-sim-${grpc_suffix}${grpc_version.isEmpty() ? "" : ":${grpc_version}"}"
api "com.exactpro.th2:grpc-sim-template"
//api "com.exactpro.th2:grpc-sim-${grpc_suffix}${grpc_version.isEmpty() ? "" : ":${grpc_version}"}"
implementation "com.exactpro.th2:grpc-common"

implementation "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
# limitations under the License.
################################################################################

release_version = 2.1.0
release_version = 2.2.0
grpc_suffix=template
grpc_version=2.1.3
grpc_version=2.3.0
Loading

0 comments on commit 2e754a2

Please sign in to comment.