mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-10 10:20:32 -07:00
The only left blocker for Gradle 8.0 is that task ':app_pojavlauncher:lintAnalyzeDebug' uses this output of task ':jre_lwjgl3glfw:jar' without declaring an explicit or implicit dependency.
8 lines
217 B
Bash
Executable file
8 lines
217 B
Bash
Executable file
#!/bin/bash
|
|
|
|
THISDIR=`dirname $0`
|
|
LANGFILE=$THISDIR/../app_pojavlauncher/src/main/assets/language_list.txt
|
|
|
|
rm -f $LANGFILE
|
|
echo $THISDIR/../app_pojavlauncher/src/main/res/values-* | xargs -- basename -a > $LANGFILE
|
|
|