This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.2 by this push:
new b9e9369795 Fix dubbo-all not included
b9e9369795 is described below
commit b9e936979561980077455e169906fa308a272615
Author: Albumen Kevin <[email protected]>
AuthorDate: Mon Nov 13 11:01:14 2023 +0800
Fix dubbo-all not included
---
dubbo-distribution/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-distribution/pom.xml b/dubbo-distribution/pom.xml
index 5eb97e30eb..950c09dab9 100644
--- a/dubbo-distribution/pom.xml
+++ b/dubbo-distribution/pom.xml
@@ -47,7 +47,7 @@
<profile>
<id>dubbo-all</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <jdk>[8,)</jdk>
</activation>
<modules>
<module>dubbo-all</module>