Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ updates:
- package-ecosystem: "gradle"
directories:
- "/"
- "/common-util"
- "/ldfdata-service"
- "/investigation-service"
- "/liquibase-service"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
paths:
- "reporting-pipeline-service/**"
- "liquibase-service/**"
- "common-util/**"
- "build.gradle"
- "settings.gradle"
- "gradle/**"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run-functional-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
paths:
- "reporting-pipeline-service/**"
- "liquibase-service/**"
- "common-util/**"
- "build.gradle"
- "settings.gradle"
- "gradle/**"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
paths:
- "reporting-pipeline-service/**"
- "liquibase-service/**"
- "common-util/**"
- "build.gradle"
- "settings.gradle"
- "gradle/**"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
paths:
- "reporting-pipeline-service/**"
- "liquibase-service/**"
- "common-util/**"
- "build.gradle"
- "settings.gradle"
- "gradle/**"
Expand Down
37 changes: 0 additions & 37 deletions common-util/.gitignore

This file was deleted.

67 changes: 0 additions & 67 deletions common-util/build.gradle

This file was deleted.

Binary file removed common-util/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
9 changes: 0 additions & 9 deletions common-util/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

Loading