mirror of
https://github.com/vale981/ray
synced 2025-03-09 12:56:46 -04:00

* add java code lint check and fix the java code lint error * add java doc lint check and fix the java doc lint error * add java code and doc lint to the CI
15 lines
331 B
XML
15 lines
331 B
XML
<assembly>
|
|
<id>ear</id>
|
|
<formats>
|
|
<format>zip</format>
|
|
</formats>
|
|
<dependencySets>
|
|
<dependencySet>
|
|
<useProjectArtifact>true</useProjectArtifact>
|
|
<outputDirectory>lib</outputDirectory>
|
|
</dependencySet>
|
|
</dependencySets>
|
|
<fileSets>
|
|
|
|
</fileSets>
|
|
</assembly>
|