Skip to content

Commit

Permalink
Add runtime dependencies for Nextflow scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman committed Nov 22, 2024
1 parent cf785cc commit 2fb2987
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/language-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ dependencies {
implementation 'org.eclipse.lsp4j:org.eclipse.lsp4j:0.23.0'
implementation 'org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.23.0'

// runtime dependencies for Nextflow scripts
runtimeOnly 'org.apache.groovy:groovy-templates:4.0.24'
runtimeOnly 'org.yaml:snakeyaml:2.2'

testImplementation ('org.objenesis:objenesis:3.4')
testImplementation ('net.bytebuddy:byte-buddy:1.14.17')
testImplementation ('org.spockframework:spock-core:2.3-groovy-4.0') { exclude group: 'org.apache.groovy' }
Expand Down

0 comments on commit 2fb2987

Please sign in to comment.