8000 Fix problems by disabling them · CommandAPI/CommandAPI@46558a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 46558a5

Browse files
committed
Fix problems by disabling them
Of course, temporarily :D
1 parent 96b6bbc commit 46558a5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

commandapi-platforms/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525
<module>commandapi-spigot</module>
2626
<module>../commandapi-kotlin/commandapi-kotlin-core</module>
2727
<module>../commandapi-kotlin/commandapi-kotlin-bukkit</module>
28-
<module>../commandapi-kotlin/commandapi-kotlin-paper</module>
29-
<module>../commandapi-kotlin/commandapi-kotlin-spigot</module>
28+
<!-- TODO: Definitely find a solution for this problem, for now we just disable this -->
29+
<!--<module>../commandapi-kotlin/commandapi-kotlin-paper</module>
30+
<module>../commandapi-kotlin/commandapi-kotlin-spigot</module>-->
3031
</modules>
3132
</profile>
3233
<profile>

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@
7070

7171
<!-- General and platform documentation -->
7272
<module>commandapi-documentation-code</module>
73-
<module>commandapi-platforms/commandapi-paper/commandapi-paper-documentation-code</module>
74-
<module>commandapi-platforms/commandapi-spigot/commandapi-spigot-documentation-code</module>
73+
<!-- TODO: Definitely find a solution for this problem, for now we just disable this -->
74+
<!--<module>commandapi-platforms/commandapi-paper/commandapi-paper-documentation-code</module>
75+
<module>commandapi-platforms/commandapi-spigot/commandapi-spigot-documentation-code</module>-->
7576

7677
<!-- Code coverage reports -->
7778
<module>commandapi-codecov</module>

0 commit comments

Comments
 (0)
0