Skip to content

Commit

Permalink
Add gradle.properties for dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-ka committed May 5, 2020
1 parent 8b7f707 commit 3fd0c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ configurations {
}

dependencies {
cmlLSPTar "org.contextmapper:context-mapper-lsp:5.10.0@tar"
cmlLSPTar "org.contextmapper:context-mapper-lsp:${cmlVersion}@tar"
}

task npmInstallVsce(type: NpmTask, dependsOn: npmSetup) {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cmlVersion=5.11.0

0 comments on commit 3fd0c09

Please sign in to comment.