Skip to content

Commit

Permalink
Fix ant chmod reports 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Sep 19, 2024
1 parent 0c60519 commit 97c1aa2
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 @@ -213,7 +213,7 @@ test {

doFirst {
// ensure the 'standard' database directory exists before the test runs
def standardDbDir = layout.buildDirectory.dir("tmp/db")
def standardDbDir = file(layout.buildDirectory.dir("tmp/db"))
mkdir standardDbDir
// ensures a Firebird server can create, use and drop databases from this directory
ant.chmod(dir: standardDbDir, perm: '777')
Expand Down

0 comments on commit 97c1aa2

Please sign in to comment.