Skip to content

Commit

Permalink
Correct filename
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Nov 17, 2023
1 parent 7b792a6 commit 01fca6f
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 @@ -295,7 +295,7 @@ artifacts {

task printReleaseDependenciesToFile {
doLast {
def outputFile = new File("$projectDir/release-deps.txt")
def outputFile = new File("$projectDir/deps.txt")
def processBuilder = new ProcessBuilder("./gradlew", ":android-client:dependencies", "--configuration", "releaseRuntimeClasspath", "-q")

outputFile.parentFile.mkdirs()
Expand Down

0 comments on commit 01fca6f

Please sign in to comment.