Skip to content

Commit

Permalink
Updated Sub-Project
Browse files Browse the repository at this point in the history
  • Loading branch information
beanbeanjuice committed Jun 19, 2024
1 parent cc35df4 commit 8d957a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ allprojects {
name = "placeholder-api-repo"
url = uri("https://repo.extendedclip.com/content/repositories/placeholderapi/")
}

}

dependencies {
Expand Down
8 changes: 4 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
rootProject.name = "SimpleProxyChatMaster"

include(
"projects:main-app",
"projects:helper-app"
"projects/main-app",
"projects/helper-app"
)

project(":projects:main-app").name = "SimpleProxyChat"
project(":projects:helper-app").name = "SimpleProxyChatHelper"
project(":projects/main-app").name = "SimpleProxyChat"
project(":projects/helper-app").name = "SimpleProxyChatHelper"

0 comments on commit 8d957a9

Please sign in to comment.