Skip to content

Commit b81b4f9

Browse files
committed
generate .jrubydir files for gems/** and specifications/* as well
fixes #258
1 parent dc61d4d commit b81b4f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jruby-gradle-jar-plugin/src/main/groovy/com/github/jrubygradle/jar/internal/JRubyDirInfo.groovy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ import org.gradle.api.file.RelativePath
1111
class JRubyDirInfo {
1212
private static final String NEW_LINE = System.getProperty('line.separator')
1313
private static final File OMIT = new File('')
14-
private static final List<String> OMISSION_DIRS = ['META-INF', 'gems', 'specifications',
15-
'build_info', 'cache', 'doc', 'bin']
14+
private static final List<String> OMISSION_DIRS = ['META-INF', 'bin', 'jars']
1615

1716
private final Map dirsCache = [:]
1817

0 commit comments

Comments
 (0)