Allowed all logging to be viewed by the interface.
It is just much easier this way.
This commit is contained in:
15
build.gradle
15
build.gradle
@@ -1,9 +1,20 @@
|
||||
import net.harawata.appdirs.AppDirsFactory
|
||||
|
||||
import java.util.stream.Collectors
|
||||
|
||||
/*
|
||||
* Copyright (c) 2021 William Hubbard. All Rights Reserved.
|
||||
*/
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'net.harawata:appdirs:1.2.1'
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* This build file was generated by the Gradle 'init' task.
|
||||
*
|
||||
@@ -63,4 +74,6 @@ task buildscriptNix(type: Copy) {
|
||||
file("${buildDir}/install.sh").append "\n__APPDATA__\n".bytes
|
||||
file("${buildDir}/install.sh").append mergeApps.archiveFile.get().asFile.bytes
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ext.LOG_DIR = AppDirsFactory.getInstance().getUserLogDir("universemusic", "0.1", "edu.regis");
|
||||
|
||||
Reference in New Issue
Block a user