Exclusions to make build work with Java 9
This commit is contained in:
parent
f07d93d8e5
commit
8bfc28c687
@ -2,7 +2,8 @@
|
|||||||
// (c)2020 MindView LLC: see Copyright.txt
|
// (c)2020 MindView LLC: see Copyright.txt
|
||||||
// We make no guarantees that this code is fit for any purpose.
|
// We make no guarantees that this code is fit for any purpose.
|
||||||
// Visit http://OnJava8.com for more book information.
|
// Visit http://OnJava8.com for more book information.
|
||||||
// {javap -c LikeClasses}
|
// {ExcludeFromGradle}
|
||||||
|
// javap -c LikeClasses
|
||||||
|
|
||||||
enum LikeClasses {
|
enum LikeClasses {
|
||||||
WINKEN {
|
WINKEN {
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
// (c)2020 MindView LLC: see Copyright.txt
|
// (c)2020 MindView LLC: see Copyright.txt
|
||||||
// We make no guarantees that this code is fit for any purpose.
|
// We make no guarantees that this code is fit for any purpose.
|
||||||
// Visit http://OnJava8.com for more book information.
|
// Visit http://OnJava8.com for more book information.
|
||||||
// {javap -c NotAtomic}
|
// javap -c NotAtomic
|
||||||
|
// {ExcludeFromGradle}
|
||||||
// {VisuallyInspectOutput}
|
// {VisuallyInspectOutput}
|
||||||
|
|
||||||
public class NotAtomic {
|
public class NotAtomic {
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
// We make no guarantees that this code is fit for any purpose.
|
// We make no guarantees that this code is fit for any purpose.
|
||||||
// Visit http://OnJava8.com for more book information.
|
// Visit http://OnJava8.com for more book information.
|
||||||
// Demonstrates standard I/O redirection
|
// Demonstrates standard I/O redirection
|
||||||
// {javap -cp build/classes/java/main OSExecuteDemo}
|
// javap -cp build/classes/java/main OSExecuteDemo
|
||||||
|
// {ExcludeFromGradle}
|
||||||
import onjava.*;
|
import onjava.*;
|
||||||
|
|
||||||
public class OSExecuteDemo {}
|
public class OSExecuteDemo {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user