File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/edu/wpi/first/nativeutils/sourcelink Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ public void apply(Project project) {
36
36
} catch (UnknownTaskException notfound ) {
37
37
File gitDir = getGitDir (project .getRootProject ().getRootDir ());
38
38
if (gitDir == null ) {
39
- System .out .println ("No .git directory was found in" + project .getRootProject ().getRootDir ().toString ()
40
- + "or any parent directories of that directory." );
39
+ System .out .println ("No .git directory was found in " + project .getRootProject ().getRootDir ().toString ()
40
+ + " or any parent directories of that directory." );
41
41
System .out .println ("SourceLink generation skipped" );
42
42
} else {
43
43
project .getRootProject ().getTasks ().register (SOURCE_LINK_ROOT_TASK_NAME , SourceLinkGenerationTask .class ,
You can’t perform that action at this time.
0 commit comments