You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<echomessage="Using Ant: ${ant.version} from ${ant.home}, Ant detected Java ${ant.java.version} (may be different than actual Java sometimes...)" />
37
+
<echomessage="Using Java: ${java.version}/${java.runtime.version}/${java.vm.version}/${java.vm.name} from ${java.vm.vendor} on ${os.name}: ${os.version}" />
@@ -55,7 +58,7 @@ Before running this, you should execute the "jar" target in the main build.gradl
55
58
</last>
56
59
</pathconvert>
57
60
58
-
<echomessage="Found source package at ${srcpackage}"/>
61
+
<echomessage="Found source package with pattern 'apache-poi-src-*.zip' in ${dist}at '${srcpackage}'. Run Gradle-task 'srcDistZip' in the main directory if it is missing"/>
0 commit comments