This is an automated email from the ASF dual-hosted git repository.

mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new fe51d10  increase git clone depth so that we can restart older jobs 
post merge.
     new 21022da  Merge pull request #3754 from mbien/minor-ci-tweaks
fe51d10 is described below

commit fe51d10af4274d0ba3aa80edc0a0f8eca73c93af
Author: Michael Bien <mbie...@gmail.com>
AuthorDate: Thu Mar 10 16:45:49 2022 +0100

    increase git clone depth so that we can restart older jobs post merge.
    
    print java version info via ant.
---
 .travis.yml       | 2 +-
 nbbuild/build.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index d561c3b..f529bd9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,7 @@ cache:
 
 git:
   quiet: true
-  depth: 3
+  depth: 50
 
 matrix:
     include:
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index 6770cfd..ad99e7f 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -38,6 +38,9 @@
 
   <target name="bootstrap" description="Bootstrap NetBeans-specific Ant 
extensions."
           depends="-jdk-init,-load-build-properties">
+    <echo message="ant version: ${ant.version}"/>
+    <echo message="Java version: ${java.version}"/>
+    <echo message="JAVA_HOME: ${java.home}"/>
     <fail message="You need to run on JDK 8+ to build NetBeans; 
java.home=${java.home}">
         <condition>
             <matches pattern="^1\.[01234567].*" string="${java.version}"/>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to