We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740caf4 commit 798854fCopy full SHA for 798854f
src/main/java/io/github/fvarrui/javapackager/GradlePackageTask.java
@@ -16,7 +16,7 @@
16
17
public class GradlePackageTask extends DefaultTask implements PackagerFactory {
18
/**
19
- * This is the global javapackager instance. <br>
+ * This is the global javapackager extension instance. <br>
20
* Sadly we need to do it like this because
21
* we cannot extend {@link PackageTask} because we already
22
* extend another class. This means that this task
0 commit comments