Skip to content

Commit

Permalink
removing empty project
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfmurdock committed Jul 10, 2023
1 parent f599932 commit 370efd1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 33 deletions.
1 change: 0 additions & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 0 additions & 30 deletions client/components/action/build.gradle.kts

This file was deleted.

1 change: 0 additions & 1 deletion client/components/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ tasks {
}

dependencies {
jsMainImplementation(project("action"))
jsMainImplementation(project(":libraries:action"))
jsMainImplementation(project(":libraries:json"))
jsMainImplementation(project(":libraries:model"))
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ includeBuild("coupling-plugins")
include("cli")
include("client")
include("client:components")
include("client:components:action")
include("deploy:prerelease")
include("deploy:prod")
include("deploy:sandbox")
Expand Down

0 comments on commit 370efd1

Please sign in to comment.