Exclude Find, PathWatch and TreeWatcher from Gradle
This commit is contained in:
parent
27f9db2cb6
commit
9097143616
@ -2,6 +2,7 @@
|
||||
// (c)2017 MindView LLC: see Copyright.txt
|
||||
// We make no guarantees that this code is fit for any purpose.
|
||||
// Visit http://OnJava8.com for more book information.
|
||||
// {ExcludeFromGradle}
|
||||
import java.nio.file.*;
|
||||
|
||||
public class Find {
|
||||
|
@ -2,7 +2,7 @@
|
||||
// (c)2017 MindView LLC: see Copyright.txt
|
||||
// We make no guarantees that this code is fit for any purpose.
|
||||
// Visit http://OnJava8.com for more book information.
|
||||
// {VisuallyInspectOutput}
|
||||
// {ExcludeFromGradle}
|
||||
import java.io.IOException;
|
||||
import java.nio.file.*;
|
||||
import static java.nio.file.StandardWatchEventKinds.*;
|
||||
|
@ -2,7 +2,7 @@
|
||||
// (c)2017 MindView LLC: see Copyright.txt
|
||||
// We make no guarantees that this code is fit for any purpose.
|
||||
// Visit http://OnJava8.com for more book information.
|
||||
// {VisuallyInspectOutput}
|
||||
// {ExcludeFromGradle}
|
||||
import java.io.IOException;
|
||||
import java.nio.file.*;
|
||||
import static java.nio.file.StandardWatchEventKinds.*;
|
||||
|
Loading…
x
Reference in New Issue
Block a user