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.git
The following commit(s) were added to refs/heads/develop by this push:
new f5c4104378 chore(build): use different sdk site
f5c4104378 is described below
commit f5c410437820142fa504146015c366691f001b05
Author: Sebastian Rühl <[email protected]>
AuthorDate: Tue Dec 9 14:09:49 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 b8570f64f1..9b7756bf8d 100644
--- a/plc4go/pom.xml
+++ b/plc4go/pom.xml
@@ -316,6 +316,7 @@
<configuration>
<goVersion>${go.version}</goVersion>
<workDir>${project.basedir}</workDir>
+ <sdkSite>GOSDK_SITE</sdkSite>
</configuration>
</plugin>