Skip to content

Commit

Permalink
Merge pull request #305 from casper-network/detached-01
Browse files Browse the repository at this point in the history
remove asset files reference
  • Loading branch information
meywood authored Jul 1, 2024
2 parents 971e8ba + 9c39c6a commit 9cabd1f
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 9cabd1f

Please sign in to comment.