Skip to content

Commit

Permalink
Fix test compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Feb 24, 2024
1 parent 2c46acf commit 8fea868
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ dependencies {
"org.apache.logging.log4j:log4j:$log4jVersion"
}

compileTestJava {
moduleOptions {
compileOnClasspath = true
}
}

test {
moduleOptions {
runOnClasspath = true
Expand Down

0 comments on commit 8fea868

Please sign in to comment.