Created
October 3, 2018 04:57
-
-
Save jeffque/42cd11d1ba83f4cad667d21ba013d620 to your computer and use it in GitHub Desktop.
Compilando tudo que contenha `softsite`, porém que não seja o `tc-compiler-help`
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CompilationBuilder builder = ...; | |
builder.setMustCompile(jarPath -> jarPath.matches("^.*softsite.*$") && !jarPath.matches("^.*tc-compiler-help.*$")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment