Skip to content

Commit

Permalink
added .get()
Browse files Browse the repository at this point in the history
  • Loading branch information
anusreelakshmi934 committed Jan 28, 2025
1 parent 98517b1 commit 2ba2b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ dependencies {
create(providers.gradleProperty("platformType"), providers.gradleProperty("platformVersion"))
bundledPlugins providers.gradleProperty("platformBundledPlugins").orElse("").get().split(',').toList()

def lsp4ij = providers.gradleProperty('useLocal') && providers.gradleProperty('useLocal') == 'true' ?
def lsp4ij = providers.gradleProperty("useLocal").get() == 'true' ?
file("../lsp4ij/build/distributions/LSP4IJ/") :
'com.redhat.devtools.lsp4ij:' + lsp4ijVersion
plugins lsp4ij
Expand Down

0 comments on commit 2ba2b28

Please sign in to comment.