Skip to content

Commit

Permalink
Update build.gradle #3854
Browse files Browse the repository at this point in the history
  • Loading branch information
winzj committed Feb 10, 2025
1 parent 797ce6c commit a8a960f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions ide-plugins/jetbrains/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,9 @@ changelog {
*/

task checkAndBuildDependencies {
doLast {
def arg = project.hasProperty('arg') ? project.property('arg') : ''
exec {
commandLine '/bin/bash', './build-dependencies.sh', arg
}
def arg = project.hasProperty('arg') ? project.property('arg') : ''
exec {
commandLine '/bin/bash', './build-dependencies.sh', arg
}
}

Expand Down

0 comments on commit a8a960f

Please sign in to comment.