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 48
48
<maven .compiler.source>1.6</maven .compiler.source>
49
49
<maven .compiler.target>1.6</maven .compiler.target>
50
50
<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>
52
52
</properties >
53
53
54
54
<prerequisites >
279
279
</execution >
280
280
</executions >
281
281
</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 >
299
282
</plugins >
300
283
301
284
<pluginManagement >
378
361
<artifactId >maven-antrun-plugin</artifactId >
379
362
<version >1.3</version >
380
363
</plugin >
381
- <plugin >
382
- <groupId >org.commonjava.maven.plugins</groupId >
383
- <artifactId >directory-maven-plugin</artifactId >
384
- <version >0.1</version >
385
- </plugin >
386
364
</plugins >
387
365
</pluginManagement >
388
366
</build >
You can’t perform that action at this time.
0 commit comments