Skip to content

Commit f5cd09c

Browse files
authored
Add srcDir for feature source set
1 parent 1baf84a commit f5cd09c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,11 @@ configure(javaProjects) { subproject ->
210210
srcDirs = ['src/test/resources', 'src/test/java']
211211
}
212212
}
213-
feature
213+
feature {
214+
java {
215+
srcDir 'src/main/java'
216+
}
217+
}
214218
}
215219

216220
java {

0 commit comments

Comments
 (0)