$ git config core.sharedRepository group $ git remote set-url origin git@github.com:dayo05/aris-mc.git $ git fetch --prune --force origin From github.com:dayo05/aris-mc 547369b..cfdbc7b master -> origin/master $ git checkout -B master origin/master branch 'master' set up to track 'origin/master'. Your branch is up to date with 'origin/master'. Reset branch 'master' $ git reset --hard origin/master HEAD is now at cfdbc7b Add scripted item attributes and creative tabs $ git clean -fdx Removing .gradle/ Removing .kotlin/ Removing build/ Removing common/.gradle/ Removing common/build/ Removing fabric/.gradle/ Removing fabric/build/ Removing neoforge/.gradle/ Removing neoforge/build/ $ git submodule sync --recursive $ git submodule update --init --recursive --force $ git rev-parse HEAD cfdbc7bdd1b144dfb31fdb05f18dc122eb4eb36c [git] HEAD=cfdbc7bdd1b144dfb31fdb05f18dc122eb4eb36c [config] using workspace/kei.toml === step: build === $ sudo -n -E -H -u kei-aris-mc -- ./gradlew build Starting a Gradle Daemon (subsequent builds will be faster) > Configure project : Architect Plugin: 3.4.164 Architectury Loom: 1.13.469 This version of Architectury Loom is in beta! Please report any issues you encounter: https://github.com/architectury/architectury-loom/issues > Configure project :fabric :remapped 50 mods (intermediary -> named) in 1s :remapping sources (Mercury, intermediary -> named) > Configure project :neoforge :found 1 forge source jars :extracted 956 forge source classes > Task :checkKotlinGradlePluginConfigurationErrors SKIPPED > Task :compileKotlin NO-SOURCE > Task :compileJava NO-SOURCE > Task :processResources NO-SOURCE > Task :classes UP-TO-DATE > Task :jar > Task :sourcesJar > Task :assemble > Task :compileTestKotlin NO-SOURCE > Task :compileTestJava NO-SOURCE > Task :processTestResources NO-SOURCE > Task :testClasses UP-TO-DATE > Task :test NO-SOURCE > Task :check UP-TO-DATE > Task :build > Task :common:checkKotlinGradlePluginConfigurationErrors SKIPPED > Task :common:exportClasspath > Task :common:processIncludeJars > Task :common:validateAccessWidener > Task :fabric:checkKotlinGradlePluginConfigurationErrors SKIPPED > Task :fabric:exportClasspath > Task :fabric:processResources > Task :fabric:processIncludeJars > Task :fabric:processTestResources NO-SOURCE > Task :fabric:validateAccessWidener > Task :neoforge:checkKotlinGradlePluginConfigurationErrors SKIPPED > Task :neoforge:exportClasspath > Task :neoforge:processResources > Task :neoforge:processIncludeJars > Task :neoforge:processTestResources NO-SOURCE > Task :neoforge:validateAccessWidener > Task :common:kspKotlin FAILED e: [ksp] java.nio.file.AccessDeniedException: /var/lib/kei/workspaces/aris-mc/apis/i18n/en.json [Incubating] Problems report is available at: file:///var/lib/kei/workspaces/aris-mc/build/reports/problems/problems-report.html FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':common:kspKotlin'. > A failure occurred while executing com.google.devtools.ksp.gradle.KspAAWorkerAction > /var/lib/kei/workspaces/aris-mc/apis/i18n/en.json * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. > Get more help at https://help.gradle.org. Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.12.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD FAILED in 57s 14 actionable tasks: 14 executed [error] step 'build' failed (exit Some(1))