Skip to content

Commit bcf4c60

Browse files
committed
Fix typo
1 parent 250d022 commit bcf4c60

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/gradlex/javamodule/packaging/tasks

1 file changed

+1
-1
lines changed

src/main/java/org/gradlex/javamodule/packaging/tasks/Jpackage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public abstract class Jpackage extends DefaultTask {
114114
public abstract DirectoryProperty getDestination();
115115

116116
/**
117-
* To copy resources before adding them. This allows ressource filtering via Gradle
117+
* To copy resources before adding them. This allows resource filtering via Gradle
118118
* FileCollection and FileTree APIs.
119119
*/
120120
@Internal

0 commit comments

Comments
 (0)