Skip to content

Commit

Permalink
Updated localDevCondaEnv task in build.gradle.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelklee committed Apr 25, 2024
1 parent afe0a67 commit f7a9760
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 @@ -684,7 +684,7 @@ task localDevCondaEnv(type: Exec) {
dependsOn 'condaEnvironmentDefinition'
inputs.file("$buildDir/$pythonPackageArchiveName")
workingDir "$buildDir"
commandLine "conda", "env", "create", "--force", "-f", gatkCondaYML
commandLine "conda", "env", "create", "--yes", "-f", gatkCondaYML
}

task javadocJar(type: Jar, dependsOn: javadoc) {
Expand Down

0 comments on commit f7a9760

Please sign in to comment.