TEMPORARILY IGNORE JAVAP FILES

This commit is contained in:
Bruce Eckel 2016-07-30 10:05:07 -06:00
parent bc32de7c53
commit ce7b993052
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,4 @@
import org.apache.tools.ant.util.TeeOutputStream import org.apache.tools.ant.util.TeeOutputStream
// TODO: test for tags that span multiple lines
boolean debug = false boolean debug = false
class Tags { class Tags {
@ -136,7 +135,7 @@ subprojects {
Tags tags = new Tags(it.readLines()) Tags tags = new Tags(it.readLines())
if(debug && tags.hasTags()) println tags if(debug && tags.hasTags()) println tags
if(tags.javap) return // TEMPORARILY IGNORE JAVAP FILES UNTIL PROBLEM FIXED
// Add tasks for java sources with main methods // Add tasks for java sources with main methods
if ((tags.hasMainMethod || tags.javaCmd) && (!tags.compileTimeError)) { if ((tags.hasMainMethod || tags.javaCmd) && (!tags.compileTimeError)) {

1
gg.bat Normal file
View File

@ -0,0 +1 @@
gradlew %*