Skip to content

Commit

Permalink
Fix deploy task
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblaesing committed Aug 11, 2021
1 parent fb76832 commit 67448a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -1609,7 +1609,7 @@ cd ..
<arg value="-DpomFile=${pom-platform}"/>
<arg value="-Dfile=${platform-jar}"/>
<arg value="-Dfiles=${platform-sources-jar},${platform-javadoc-jar}"/>
<arg value="-Dtypes=jar,jar,jar"/>
<arg value="-Dtypes=jar,jar"/>
<arg value="-Dclassifiers=sources,javadoc"/>
</artifact:mvn>

Expand Down

0 comments on commit 67448a5

Please sign in to comment.