Skip to content

Commit 0d8caf3

Browse files
committed
fix: Fixed build error
1 parent 3dd6d96 commit 0d8caf3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ plugins {
44
}
55

66
dependencies {
7-
implementation(projects.exampleExpansionVelocity)
8-
implementation(projects.exampleExpansionPaper)
7+
implementation(projects.viaversionExpansionVelocity)
8+
implementation(projects.viaversionExpansionPaper)
99
}
1010

1111
subprojects {

settings.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
22

3-
rootProject.name = "Example-Expansion"
3+
rootProject.name = "ViaVersion-Expansion"
44

55
plugins {
66
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
77
}
88

99
arrayOf("common", "paper", "velocity").forEach {
10-
include("example-expansion-$it")
10+
include("viaversion-expansion-$it")
1111

12-
project(":example-expansion-$it").projectDir = file(it)
12+
project(":viaversion-expansion-$it").projectDir = file(it)
1313
}
1414

0 commit comments

Comments
 (0)