We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1b689 commit c30d521Copy full SHA for c30d521
plugins/nf-azure/build.gradle
@@ -52,6 +52,7 @@ dependencies {
52
53
constraints {
54
api 'net.minidev:json-smart:2.4.9'
55
+ api 'com.google.code.gson:gson:2.8.9'
56
}
57
58
testImplementation(testFixtures(project(":nextflow")))
0 commit comments