Adds basic support for native APIs for a local song player.
This commit is contained in:
11
WavReader/build.gradle
Normal file
11
WavReader/build.gradle
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright (c) 2021 William Hubbard. All Rights Reserved.
|
||||
*/
|
||||
|
||||
apply plugin: "java"
|
||||
apply plugin: "application"
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
mainClassName = "MetaReader"
|
||||
Reference in New Issue
Block a user