Skip to content

Commit 0b0e4b3

Browse files
committed
Add warning about mixing bot and plugin modes.
1 parent f8f332f commit 0b0e4b3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Writerside/topics/KordEx-Plugin.topic

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,16 @@
186186
All settings are defined using Gradle <code>Property</code> objects.
187187
</p>
188188

189+
<warning>
190+
<p>
191+
You may only configure a Gradle project for either bot or plugin development, not both.
192+
If you need to build both in the same project, you should
193+
<a href="https://docs.gradle.org/current/userguide/intro_multi_project_builds.html">
194+
separate them using Gradle subprojects
195+
</a>.
196+
</p>
197+
</warning>
198+
189199
<chapter title="Basic Settings" id="settings-basic">
190200
<table style="both">
191201
<tr>

0 commit comments

Comments
 (0)