Skip to content

Commit

Permalink
Fix running executables with spaces in their paths in Windows (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas authored Jan 25, 2024
1 parent 6a2f5e9 commit 48b18c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ repositories {
}
}

def buildInfoVersion = '2.41.9'
def idePluginsCommonVersion = '2.3.5'
def buildInfoVersion = '2.41.13'
def idePluginsCommonVersion = '2.3.6'

dependencies {
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.15.2'
Expand Down

0 comments on commit 48b18c1

Please sign in to comment.