Skip to content

Commit

Permalink
Switch back to typical rather than rough test resource set.
Browse files Browse the repository at this point in the history
  • Loading branch information
swaldman committed Mar 3, 2024
1 parent 7b240eb commit b1042b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ object c3p0 extends RootModule with JavaModule with PublishModule {

override def runClasspath : T[Seq[PathRef]] = T{
super.runClasspath() ++ localResources()
// super.runClasspath() ++ localResourcesRough()
//super.runClasspath() ++ localResourcesRough()
}

override def ivyDeps = T{
Expand Down

0 comments on commit b1042b5

Please sign in to comment.