Browse Source

Add ability to optionally skip the build target (which does the compilation)

master
Jaikiran Pai 5 years ago
parent
commit
127b08d5e5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.xml

+ 1
- 1
build.xml View File

@@ -595,7 +595,7 @@
Build the code
===================================================================
-->
<target name="build" depends="prepare, compile, compile-jdk9+"
<target name="build" depends="prepare, compile, compile-jdk9+" unless="skip.build"
description="--> compiles the source code">

<!-- Builds and verifies that the classes belonging in the confined package of


Loading…
Cancel
Save