Skip to content

Commit 5943394

Browse files
committed
Remove directories containing Java files from the truffleruby-root IDE project.
We don't need the Java sources in there for anything and their presence creates problems with IntelliJ IDEA as the containing IDEA module is marked as being a Ruby module, not a Java one.
1 parent fd86e60 commit 5943394

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mx.truffleruby/suite.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,12 @@
103103
"logo",
104104
"mxbuild",
105105
"truffleruby-gem-test-pack",
106+
"lib/json/java",
106107
"lib/ruby",
107108
"test/truffle/ecosystem/blog",
108109
"test/truffle/ecosystem/hello-world",
109110
"test/truffle/ecosystem/rails-app",
111+
"test/truffle/offline"
110112
]
111113
},
112114
},

0 commit comments

Comments
 (0)