Skip to content

Commit

Permalink
[Pathfinding] Fix build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
rmheuer committed Nov 22, 2023
1 parent 4d2274c commit ff1b5fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Pathfinding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ jar {
configurations.compileClasspath.collect { it.isDirectory() ? it : zipTree(it) }
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
}

duplicatesStrategy = DuplicatesStrategy.INCLUDE
}

0 comments on commit ff1b5fd

Please sign in to comment.