Skip to content

Commit

Permalink
fixing downloadBoxLang
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Apr 8, 2024
1 parent 88b4e2a commit 892c7a0
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 @@ -179,7 +179,7 @@ task downloadBoxLang( type: Download ) {
// Configure the URL of the file to download
src "https://ortus-temp.s3.amazonaws.com/jericho/libs/boxlang-${boxlangVersion}-all.jar"
// Specify the destination directory for the downloaded file
dest "src/test/resources/libs"
dest "src/test/resources/libs/boxlang-${boxlangVersion}-all.jar"
overwrite true
onlyIfModified true
}
Expand Down

0 comments on commit 892c7a0

Please sign in to comment.