Skip to content

Commit

Permalink
windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Jan 29, 2025
1 parent 1e6008d commit 2a9f5c6
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 @@ -196,7 +196,7 @@ test {
testLogging {
showStandardStreams = true
}
classpath = classpath.filter { !it.path.contains( '/build/resources' ) }
classpath = classpath.filter { !it.path.contains( "build${File.separator}resources" ) }
}

/**
Expand Down

0 comments on commit 2a9f5c6

Please sign in to comment.