Skip to content

Commit

Permalink
Merge pull request apache#3754 from mbien/minor-ci-tweaks
Browse files Browse the repository at this point in the history
increase git clone depth so that we can restart older jobs post merge.
  • Loading branch information
mbien authored Mar 10, 2022
2 parents a7200bb + fe51d10 commit 21022da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cache:

git:
quiet: true
depth: 3
depth: 50

matrix:
include:
Expand Down
3 changes: 3 additions & 0 deletions nbbuild/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"/>
Expand Down

0 comments on commit 21022da

Please sign in to comment.