changed josm
more/packages/java.scm
| 51 | 51 | (add-before 'build 'fix-compiler | |
| 52 | 52 | (lambda* _ | |
| 53 | 53 | (substitute* "build.xml" | |
| 54 | + | (("UNKNOWN") "11639") | |
| 54 | 55 | ((".*com.google.errorprone.ErrorProneAntCompilerAdapter.*") "") | |
| 55 | 56 | (("compiler=\"[^\"]*\" ") "")))) | |
| 56 | 57 | (replace 'install |