File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed
Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 4848 <maven .compiler.source>1.6</maven .compiler.source>
4949 <maven .compiler.target>1.6</maven .compiler.target>
5050 <core .docs.url>https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/</core .docs.url>
51- <core .docs.file>${highest- basedir} /core/kotlinx-coroutines-core/target/dokka/kotlinx-coroutines-core/package-list</core .docs.file>
51+ <core .docs.file>${project. basedir} /../.. /core/kotlinx-coroutines-core/target/dokka/kotlinx-coroutines-core/package-list</core .docs.file>
5252 </properties >
5353
5454 <prerequisites >
279279 </execution >
280280 </executions >
281281 </plugin >
282- <!-- determine highest-basedir -->
283- <plugin >
284- <groupId >org.commonjava.maven.plugins</groupId >
285- <artifactId >directory-maven-plugin</artifactId >
286- <executions >
287- <execution >
288- <id >directories</id >
289- <goals >
290- <goal >highest-basedir</goal >
291- </goals >
292- <phase >initialize</phase >
293- <configuration >
294- <property >highest-basedir</property >
295- </configuration >
296- </execution >
297- </executions >
298- </plugin >
299282 </plugins >
300283
301284 <pluginManagement >
378361 <artifactId >maven-antrun-plugin</artifactId >
379362 <version >1.3</version >
380363 </plugin >
381- <plugin >
382- <groupId >org.commonjava.maven.plugins</groupId >
383- <artifactId >directory-maven-plugin</artifactId >
384- <version >0.1</version >
385- </plugin >
386364 </plugins >
387365 </pluginManagement >
388366 </build >
You can’t perform that action at this time.
0 commit comments