11 lines
199 B
Groovy
11 lines
199 B
Groovy
/*
|
|
* Copyright (c) 2021 William Hubbard. All Rights Reserved.
|
|
*/
|
|
|
|
apply plugin: "java"
|
|
apply plugin: "application"
|
|
|
|
sourceCompatibility = 1.8
|
|
targetCompatibility = 1.8
|
|
|
|
mainClassName = "MetaReader" |