Skip to content

Commit

Permalink
fix: jdkutils utf-8 path shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
covers1624 committed Jun 6, 2024
1 parent 0b32a4c commit e0d0abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprocess/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
exclude group: 'org.codehaus.plexus' // Not needed for this application.
}
implementation 'net.covers1624:Quack:0.4.9.77'
implementation 'net.covers1624:JdkUtils:0.6.0.19'
implementation 'net.covers1624:JdkUtils:0.6.0.20'
implementation 'com.google.guava:guava:31.0.1-jre'
implementation 'org.openjdk.nashorn:nashorn-core:15.3'

Expand Down

0 comments on commit e0d0abe

Please sign in to comment.