File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ if "%1" EQU "--goto" (
46
46
setlocal EnableDelayedExpansion
47
47
48
48
:: Version control
49
- set " version = 1.1.4 "
49
+ set " version = 1.1.5 "
50
50
if " %1 " EQU " --version" (
51
51
echo %version%
52
52
exit /b
@@ -438,7 +438,10 @@ exit /b
438
438
robocopy /E " %src% " " %classes% " /XF " *.java" > nul 2 > nul
439
439
copy /Y " %workspace% \LICENSE" " %root% \LICENSE" > nul 2 > nul
440
440
(
441
- for /F " usebackq tokens=* delims=" %%i in (`PowerShell -Command " Get-ChildItem -Recurse -Exclude '*-sources.jar' -Name -Path '%root% '" `) do (
441
+ for /F " usebackq tokens=* delims=" %%i in (`PowerShell -Command " Get-ChildItem -Recurse -File -Exclude '*-sources.jar' -Name -Path '%root% '" `) do (
442
+ echo -C " %root:\ =\\ % " %%i
443
+ )
444
+ for /F " usebackq tokens=* delims=" %%i in (`PowerShell -Command " Get-ChildItem -Recurse -Directory -Name -Path '%root% ' | ?{(Get-Item " %root% \$_" ).GetFileSystemInfos().Count -eq 0}" `) do (
442
445
echo -C " %root:\ =\\ % " %%i
443
446
)
444
447
)> " %~dp0 tmp"
You can’t perform that action at this time.
0 commit comments