Skip to content

Commit 144b302

Browse files
committed
Merge remote-tracking branch 'origin/version/1.21.11' into version/1.21.11
2 parents 431b2ab + 81a7f1d commit 144b302

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

surf-api-gradle-plugin/src/main/kotlin/dev/slne/surf/surfapi/gradle/platform/paper/plugin/PaperPluginSurfPlugin.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ internal class PaperPluginSurfPlugin :
5555
registerRequired("surf-cloud-bukkit")
5656
}
5757

58+
if (extension.withSurfRedis.get() && !extension.surfRedisRelocation.isPresent) {
59+
registerRequired("surf-redis-paper")
60+
}
61+
5862
extension.bootstrapDependencies.orNull?.execute(this)
5963
}
6064

0 commit comments

Comments
 (0)