Skip to content

Commit ffb8095

Browse files
committed
Fix javadoc source path in bundle pom
1 parent dd9941b commit ffb8095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
</execution>
145145
</executions>
146146
<configuration>
147-
<sourcepath>${basedir}/../core/src</sourcepath>
147+
<sourcepath>${basedir}/../core/sdk-core/src</sourcepath>
148148
</configuration>
149149
</plugin>
150150
</plugins>

0 commit comments

Comments
 (0)