Skip to content

Commit

Permalink
exclude dub.packagesupplier from source files
Browse files Browse the repository at this point in the history
It's only importing a file, so it's enough if it's inside the import
paths. This makes that module be excluded from the unittests and hides
the warning that comes with it being deprecated.
  • Loading branch information
WebFreak001 committed Feb 1, 2023
1 parent 3230a25 commit 405a268
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ license "MIT"

targetPath "bin"

excludedSourceFiles \
"source/dub/packagesupplier.d" # superseded with dub.packagesuppliers

configuration "application" {
targetType "executable"
mainSourceFile "source/app.d"
Expand Down

0 comments on commit 405a268

Please sign in to comment.