mirror of
https://github.com/fankes/moshi.git
synced 2025-10-20 08:29:22 +08:00
17 lines
569 B
XML
17 lines
569 B
XML
<assembly
|
|
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
|
|
<id>javadoc</id>
|
|
<formats>
|
|
<format>jar</format>
|
|
</formats>
|
|
<baseDirectory>/</baseDirectory>
|
|
<fileSets>
|
|
<fileSet>
|
|
<directory>target/dokka/moshi-kotlin-codegen</directory>
|
|
<outputDirectory>/</outputDirectory>
|
|
</fileSet>
|
|
</fileSets>
|
|
</assembly>
|