Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9097143

Browse files
author
Bruce Eckel
committed
Exclude Find, PathWatch and TreeWatcher from Gradle
1 parent 27f9db2 commit 9097143

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

files/Find.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// (c)2017 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.
5+
// {ExcludeFromGradle}
56
import java.nio.file.*;
67

78
public class Find {

files/PathWatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// (c)2017 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.
5-
// {VisuallyInspectOutput}
5+
// {ExcludeFromGradle}
66
import java.io.IOException;
77
import java.nio.file.*;
88
import static java.nio.file.StandardWatchEventKinds.*;

files/TreeWatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// (c)2017 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.
5-
// {VisuallyInspectOutput}
5+
// {ExcludeFromGradle}
66
import java.io.IOException;
77
import java.nio.file.*;
88
import static java.nio.file.StandardWatchEventKinds.*;

0 commit comments

Comments
 (0)