Skip to content

Commit

Permalink
feat: bump common dep and enable silentMode (#535) (#536)
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
  • Loading branch information
lstocchi authored Mar 14, 2022
1 parent 0062fc4 commit ef9d12d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runIdeForUiTests {
dependencies {
compile 'io.fabric8:openshift-client:5.7.2'
compile 'io.fabric8:tekton-client:5.7.2'
compile 'com.redhat.devtools.intellij:intellij-common:1.5.0-SNAPSHOT'
compile 'com.redhat.devtools.intellij:intellij-common:1.5.0'
compile 'com.redhat.devtools.alizer:alizer-api:0.1.0-SNAPSHOT'
testCompile 'org.mockito:mockito-inline:3.8.0'
compile 'com.github.vlsi.mxgraph:jgraphx:4.1.0'
Expand All @@ -52,7 +52,7 @@ dependencies {
compile 'com.squareup.okio:okio:1.15.0'
// telemetry contributes annotations 13.0.0, so we need to declare newer version
compile 'org.jetbrains:annotations:16.0.1'
testCompile 'com.redhat.devtools.intellij:intellij-common:1.5.0-SNAPSHOT:test'
testCompile 'com.redhat.devtools.intellij:intellij-common:1.5.0:test'
}

configurations {
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/tkn.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"version": "0.22.0",
"versionCmd": "version",
"versionExtractRegExp": "Client version: (\\d+[\\.\\d+]*)",
"versionMatchRegExpr": "0\\..*",
"versionMatchRegExpr": "0.22.0",
"baseDir": "$HOME/.tekton",
"silentMode": true,
"platforms": {
"win": {
"url": "https://github.com/tektoncd/cli/releases/download/v0.22.0/tkn_0.22.0_Windows_x86_64.zip",
Expand Down

0 comments on commit ef9d12d

Please sign in to comment.