This is an automated email from the ASF dual-hosted git repository. chrisdutz pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git
commit 2514ed7a6719679bb5ebf885298a352d00c671b1 Author: Christofer Dutz <[email protected]> AuthorDate: Tue Jun 23 19:12:14 2026 +0200 chore: Disabled the s7event module as it's completely out of sync with the refactored driver. --- plc4j/examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plc4j/examples/pom.xml b/plc4j/examples/pom.xml index a66dc74..125a81a 100644 --- a/plc4j/examples/pom.xml +++ b/plc4j/examples/pom.xml @@ -60,7 +60,7 @@ <module>hello-world-plc4x-subscribe</module> <module>hello-world-plc4x-write</module> <module>poll-loop</module> - <module>plc4j-s7event</module> + <!--module>plc4j-s7event</module--> </modules> <build>
