Skip to content

Commit 1a73fb8

Browse files
chore(building): merge modules (#7364)
1 parent dfdaa60 commit 1a73fb8

File tree

5 files changed

+0
-35
lines changed

5 files changed

+0
-35
lines changed

build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@ dependencies {
122122
// Minecraft Authlib
123123
includeDependency("net.ccbluex:mc-authlib:${project.property("mc_authlib_version")}")
124124

125-
// Multi module
126-
api(project(":liquid-bounce-inbuilt-annotations"))
127-
include(project(":liquid-bounce-inbuilt-annotations"))
128-
129125
// JCEF Support
130126
val mcef = "com.github.CCBlueX:mcef:${project.property("mcef_version")}"
131127
modApi(mcef)

liquid-bounce-inbuilt-annotations/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

liquid-bounce-inbuilt-annotations/build.gradle.kts

Lines changed: 0 additions & 28 deletions
This file was deleted.

settings.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,3 @@ pluginManagement {
3636
}
3737

3838
rootProject.name = "LiquidBounce"
39-
40-
include(":liquid-bounce-inbuilt-annotations")

0 commit comments

Comments
 (0)