Skip to content

Commit

Permalink
Update codyCommit (#446)
Browse files Browse the repository at this point in the history
Fixes the issue with library (jar) files context selection.

## Test plan
- test all
  • Loading branch information
mkondratek authored Feb 1, 2024
1 parent 8b90be9 commit 759369e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ tasks {
return destinationDir
}

val codyCommit = "b8911389075215550d9155cd3132383b9e4abe7e"
val codyCommit = "70e927ce69c75aea5b2053574333e6525b717ba3"
fun downloadCody(): File {
val url = "https://github.com/sourcegraph/cody/archive/$codyCommit.zip"
val destination = githubArchiveCache.resolve("$codyCommit.zip")
Expand Down

0 comments on commit 759369e

Please sign in to comment.