Skip to content

Commit

Permalink
Fix problems by disabling them
Browse files Browse the repository at this point in the history
Of course, temporarily :D
  • Loading branch information
DerEchtePilz committed Feb 28, 2024
1 parent 67936a9 commit 7caadae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions commandapi-platforms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
<module>commandapi-spigot</module>
<module>../commandapi-kotlin/commandapi-kotlin-core</module>
<module>../commandapi-kotlin/commandapi-kotlin-bukkit</module>
<module>../commandapi-kotlin/commandapi-kotlin-paper</module>
<module>../commandapi-kotlin/commandapi-kotlin-spigot</module>
<!-- TODO: Definitely find a solution for this problem, for now we just disable this -->
<!--<module>../commandapi-kotlin/commandapi-kotlin-paper</module>
<module>../commandapi-kotlin/commandapi-kotlin-spigot</module>-->
</modules>
</profile>
<profile>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@
<!-- General and platform documentation -->
<module>commandapi-documentation-code</module>
<module>commandapi-documentation-velocity-code</module>
<module>commandapi-platforms/commandapi-paper/commandapi-paper-documentation-code</module>
<module>commandapi-platforms/commandapi-spigot/commandapi-spigot-documentation-code</module>
<!-- TODO: Definitely find a solution for this problem, for now we just disable this -->
<!--<module>commandapi-platforms/commandapi-paper/commandapi-paper-documentation-code</module>
<module>commandapi-platforms/commandapi-spigot/commandapi-spigot-documentation-code</module>-->

<!-- Code coverage reports -->
<module>commandapi-codecov</module>
Expand Down

0 comments on commit 7caadae

Please sign in to comment.