Skip to content

Commit

Permalink
Fix running executables with spaces in their paths in Windows (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas authored Jan 24, 2024
1 parent b18b59e commit 63804ae
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 @@ -19,7 +19,7 @@ repositories {
}
}

def buildInfoVersion = '2.41.9'
def buildInfoVersion = '2.41.13'
dependencies {
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.15.2'
implementation group: 'org.jfrog.buildinfo', name: 'build-info-extractor-npm', version: buildInfoVersion
Expand Down

0 comments on commit 63804ae

Please sign in to comment.