This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git
The following commit(s) were added to refs/heads/develop by this push:
new 9e5146d chore(build): use different sdk site
9e5146d is described below
commit 9e5146d86d7342911a3d389fa312abece92adb80
Author: Sebastian Rühl <[email protected]>
AuthorDate: Tue Dec 9 14:10:46 2025 +0100
chore(build): use different sdk site
https://github.com/raydac/gosdk-wrapper-maven-plugin/issues/11
---
plc4go/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/plc4go/pom.xml b/plc4go/pom.xml
index 28900c9..f5b9449 100644
--- a/plc4go/pom.xml
+++ b/plc4go/pom.xml
@@ -191,6 +191,7 @@
<configuration>
<goVersion>${go.version}</goVersion>
<workDir>${project.basedir}</workDir>
+ <sdkSite>GOSDK_SITE</sdkSite>
</configuration>
</plugin>