mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 23:00:45 -04:00
Update build.gradle
remove extraneous duplicates strategy
This commit is contained in:
parent
2e43367af0
commit
c32b38b521
@ -11,8 +11,6 @@ jar {
|
||||
//baseName = project.name
|
||||
baseName = "lwjgl-glfw-classes"
|
||||
destinationDirectory.set(file("../app_pojavlauncher/src/main/assets/components/lwjgl3/"))
|
||||
// Add duplicates strategy
|
||||
duplicatesStrategy(DuplicatesStrategy.EXCLUDE)
|
||||
// Auto update the version with a timestamp so the project jar gets updated by Pojav
|
||||
File versionFile = file("../app_pojavlauncher/src/main/assets/components/lwjgl3/version")
|
||||
versionFile.write(String.valueOf(new Date().getTime()))
|
||||
|
Loading…
x
Reference in New Issue
Block a user