-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored tests and removed the bug (Previously, resources projects …
…were not building automatically, resulting failure of tests)
- Loading branch information
Showing
13 changed files
with
153 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
depclean-gradle-plugin/src/test/resources-fts/all_dependencies_unused/expectedOutputFile.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
> Task :debloat | ||
Starting DepClean dependency analysis | ||
------------------------------------------------------- | ||
D E P C L E A N A N A L Y S I S R E S U L T S | ||
------------------------------------------------------- | ||
------------------------------------------------------- | ||
USED DIRECT DEPENDENCIES [0]: | ||
USED INHERITED DEPENDENCIES [0]: | ||
USED TRANSITIVE DEPENDENCIES [0]: | ||
POTENTIALLY UNUSED DIRECT DEPENDENCIES [1]: | ||
com.fasterxml.jackson.core:jackson-databind:2.12.2:compile (1 MB) | ||
POTENTIALLY UNUSED INHERITED DEPENDENCIES [0]: | ||
POTENTIALLY UNUSED TRANSITIVE DEPENDENCIES [2]: | ||
com.fasterxml.jackson.core:jackson-core:2.12.2:compile (356 KB) | ||
com.fasterxml.jackson.core:jackson-annotations:2.12.2:compile (73 KB) | ||
------------------------------------------------------- | ||
|
24 changes: 24 additions & 0 deletions
24
depclean-gradle-plugin/src/test/resources-fts/all_dependencies_unused/originalOutputFile.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
|
||
> Task :debloat | ||
Starting DepClean dependency analysis | ||
------------------------------------------------------- | ||
D E P C L E A N A N A L Y S I S R E S U L T S | ||
------------------------------------------------------- | ||
------------------------------------------------------- | ||
USED DIRECT DEPENDENCIES [0]: | ||
USED INHERITED DEPENDENCIES [0]: | ||
USED TRANSITIVE DEPENDENCIES [0]: | ||
POTENTIALLY UNUSED DIRECT DEPENDENCIES [1]: | ||
com.fasterxml.jackson.core:jackson-databind:2.12.2:compile (1 MB) | ||
POTENTIALLY UNUSED INHERITED DEPENDENCIES [0]: | ||
POTENTIALLY UNUSED TRANSITIVE DEPENDENCIES [2]: | ||
com.fasterxml.jackson.core:jackson-core:2.12.2:compile (356 KB) | ||
com.fasterxml.jackson.core:jackson-annotations:2.12.2:compile (73 KB) | ||
------------------------------------------------------- | ||
|
||
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. | ||
Use '--warning-mode all' to show the individual deprecation warnings. | ||
See https://docs.gradle.org/7.0.2/userguide/command_line_interface.html#sec:command_line_warnings | ||
|
||
BUILD SUCCESSFUL in 1s | ||
1 actionable task: 1 executed |
18 changes: 18 additions & 0 deletions
18
depclean-gradle-plugin/src/test/resources-fts/all_dependencies_used/expectedOutputFile.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
> Task :debloat | ||
Starting DepClean dependency analysis | ||
------------------------------------------------------- | ||
D E P C L E A N A N A L Y S I S R E S U L T S | ||
------------------------------------------------------- | ||
------------------------------------------------------- | ||
USED DIRECT DEPENDENCIES [1]: | ||
com.fasterxml.jackson.core:jackson-databind:2.12.2:compile (1 MB) | ||
USED INHERITED DEPENDENCIES [0]: | ||
USED TRANSITIVE DEPENDENCIES [2]: | ||
com.fasterxml.jackson.core:jackson-core:2.12.2:compile (356 KB) | ||
com.fasterxml.jackson.core:jackson-annotations:2.12.2:compile (73 KB) | ||
POTENTIALLY UNUSED DIRECT DEPENDENCIES [0]: | ||
POTENTIALLY UNUSED INHERITED DEPENDENCIES [0]: | ||
POTENTIALLY UNUSED TRANSITIVE DEPENDENCIES [0]: | ||
------------------------------------------------------- | ||
|
24 changes: 24 additions & 0 deletions
24
depclean-gradle-plugin/src/test/resources-fts/all_dependencies_used/originalOutputFile.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
|
||
> Task :debloat | ||
Starting DepClean dependency analysis | ||
------------------------------------------------------- | ||
D E P C L E A N A N A L Y S I S R E S U L T S | ||
------------------------------------------------------- | ||
------------------------------------------------------- | ||
USED DIRECT DEPENDENCIES [1]: | ||
com.fasterxml.jackson.core:jackson-databind:2.12.2:compile (1 MB) | ||
USED INHERITED DEPENDENCIES [0]: | ||
USED TRANSITIVE DEPENDENCIES [2]: | ||
com.fasterxml.jackson.core:jackson-core:2.12.2:compile (356 KB) | ||
com.fasterxml.jackson.core:jackson-annotations:2.12.2:compile (73 KB) | ||
POTENTIALLY UNUSED DIRECT DEPENDENCIES [0]: | ||
POTENTIALLY UNUSED INHERITED DEPENDENCIES [0]: | ||
POTENTIALLY UNUSED TRANSITIVE DEPENDENCIES [0]: | ||
------------------------------------------------------- | ||
|
||
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. | ||
Use '--warning-mode all' to show the individual deprecation warnings. | ||
See https://docs.gradle.org/7.0.2/userguide/command_line_interface.html#sec:command_line_warnings | ||
|
||
BUILD SUCCESSFUL in 2s | ||
1 actionable task: 1 executed |