Skip to content

Commit

Permalink
Add uber-jar to the list of default packaging in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Jun 15, 2020
1 parent 4a5c76d commit 0897455
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ public class PackageConfig {
/**
* The requested output type.
*
* The default built in types are jar and native
* The default built in types are 'jar', 'fast-jar' (a prototype more performant version of the default 'jar' type),
* 'uber-jar' and 'native'.
*/
@ConfigItem(defaultValue = JAR)
public String type;
Expand Down

0 comments on commit 0897455

Please sign in to comment.