Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Apr 14, 2024
1 parent 29883a8 commit 2966c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/voicevox_core_java_api/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
id "com.diffplug.spotless" version "6.20.0"
}

def boolean isGpu = ["directml", "cuda"].contains(gradle.ext.targetDevice)
def boolean isGpu = ['cuda', 'directml'].contains(gradle.ext.targetDevice)

version = gradle.ext.version

Expand Down

0 comments on commit 2966c1f

Please sign in to comment.