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

Skip to content

Commit 8bfc28c

Browse files
committed
Exclusions to make build work with Java 9
1 parent f07d93d commit 8bfc28c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

enums/NotClasses.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// (c)2020 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-
// {javap -c LikeClasses}
5+
// {ExcludeFromGradle}
6+
// javap -c LikeClasses
67

78
enum LikeClasses {
89
WINKEN {

lowlevel/NotAtomic.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// (c)2020 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-
// {javap -c NotAtomic}
5+
// javap -c NotAtomic
6+
// {ExcludeFromGradle}
67
// {VisuallyInspectOutput}
78

89
public class NotAtomic {

standardio/OSExecuteDemo.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.
55
// Demonstrates standard I/O redirection
6-
// {javap -cp build/classes/java/main OSExecuteDemo}
6+
// javap -cp build/classes/java/main OSExecuteDemo
7+
// {ExcludeFromGradle}
78
import onjava.*;
89

910
public class OSExecuteDemo {}

0 commit comments

Comments
 (0)