File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ plugins {
44}
55
66dependencies {
7- implementation(projects.exampleExpansionVelocity )
8- implementation(projects.exampleExpansionPaper )
7+ implementation(projects.viaversionExpansionVelocity )
8+ implementation(projects.viaversionExpansionPaper )
99}
1010
1111subprojects {
Original file line number Diff line number Diff line change 11enableFeaturePreview(" TYPESAFE_PROJECT_ACCESSORS" )
22
3- rootProject.name = " Example -Expansion"
3+ rootProject.name = " ViaVersion -Expansion"
44
55plugins {
66 id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.5.0"
77}
88
99arrayOf(" 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
You can’t perform that action at this time.
0 commit comments