We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbeba64 commit b8ae54eCopy full SHA for b8ae54e
mx.graalsqueak/suite.py
@@ -198,7 +198,12 @@
198
"description": "GraalSqueak support distribution for the GraalVM",
199
"layout": {
200
"LICENSE_GRAALSQUEAK.txt": "file:LICENSE",
201
- "resources": "file:src/resources",
+ "README_GRAALSQUEAK.md": "file:README.md",
202
+ "resources": {
203
+ "source_type": "file",
204
+ "path": "src/resources",
205
+ "exclude": ["src/resources/.gitignore"],
206
+ },
207
"native-image.properties": "file:mx.graalsqueak/native-image.properties",
208
},
209
"maven": False,
0 commit comments