Skip to content

Commit

Permalink
remove asset files reference
Browse files Browse the repository at this point in the history
  • Loading branch information
stormeye2000 committed Jul 1, 2024
1 parent 971e8ba commit 9c39c6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter:${jupiterVersion}"
// Used to compare json strings while testing
testImplementation "org.skyscreamer:jsonassert:${jsonassertVersion}"
testImplementation files('assets')
// Use for local testing of NCTL
// testImplementation files('assets')
}

java {
Expand Down

0 comments on commit 9c39c6a

Please sign in to comment.