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) {
172172 File dir = new File (source );
173173 if (!dir .isDirectory () || !dir .exists ()) {
174174 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 ." );
177177 return false ;
178178 }
179179 }
You can’t perform that action at this time.
0 commit comments