Skip to content

Commit 7d99d66

Browse files
committed
Fix packaging sources of the plugin
1 parent ea9c8f3 commit 7d99d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project.version = project.hasProperty('releaseVersion') ? project.property('rele
44

55
task sourceJar(type: Jar) {
66
classifier 'sources'
7-
from sourceSets.main.allJava
7+
from sourceSets.main.allJava.sourceDirectories
88
}
99

1010
publishing {

0 commit comments

Comments
 (0)