Skip to content

Commit

Permalink
windows support of main resources
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Jan 29, 2025
1 parent b46c610 commit ae6d127
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 @@ -206,7 +206,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 ae6d127

Please sign in to comment.