Sets the main package name to universeplayer.

The extra underscore was causing problems with the JNI.
This commit is contained in:
Markil3
2021-07-17 07:23:17 -06:00
parent 94ffd80c8d
commit 97985044f8
20 changed files with 41 additions and 63 deletions

View File

@@ -9,7 +9,7 @@
* For more details take a look at the Java Quickstart chapter in the Gradle
* user guide available at https://docs.gradle.org/4.4.1/userguide/tutorial_java_projects.html
*/
ext.defaultPackage = "edu.regis.universe_player"
ext.defaultPackage = "edu.regis.universeplayer"
task bundleAddOn(type: Zip)
{