File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
native-maven-plugin/src/main/java/org/graalvm/buildtools/maven Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,8 +172,8 @@ private boolean checkIfSourcesExists(List<String> sourceDirectories) {
172
172
File dir = new File (source );
173
173
if (!dir .isDirectory () || !dir .exists ()) {
174
174
logger .warn ("Cannot find source directory " + source + " for metadata copy. Please check if you configured agent" +
175
- " properly and it generates all necessary directories. If you want to skipp copy from some source, please " +
176
- "configure metadataCopy with disable stage you want to skipp ." );
175
+ " properly and it generates all necessary directories. If you want to skip copy from some source, please " +
176
+ "configure metadataCopy with disable stage you want to skip ." );
177
177
return false ;
178
178
}
179
179
}
You can’t perform that action at this time.
0 commit comments