Skip to content

Commit

Permalink
Remove bootstrap-parent as defined project
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm516 committed Jun 17, 2024
1 parent 1e43ac3 commit 8e5a54a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
include(":bootstrap-standalone")
include(":bootstrap-parent")
include(":core")
include(":bootstrap-standalone")
include(":bootstrap-geyser")
project(":bootstrap-standalone").projectDir = file("bootstrap/standalone")
project(":bootstrap-parent").projectDir = file("bootstrap")
project(":bootstrap-geyser").projectDir = file("bootstrap/geyser")

pluginManagement {
Expand Down

0 comments on commit 8e5a54a

Please sign in to comment.