Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
||||
cp -a Mindustry/core/build/javadoc/. docs/
|
||||
cd docs
|
||||
git add .
|
||||
git commit -m "Update ${RELEASE_VERSION:1}"
|
||||
git commit --allow-empty -m "Update ${RELEASE_VERSION:1}"
|
||||
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/MindustryGame/docs
|
||||
cd ../Mindustry
|
||||
- name: Update F-Droid build string
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m --illegal-access=permit
|
||||
# Don't recompute annotations if sources haven't been changed
|
||||
kapt.incremental.apt = true
|
||||
# Multithreaded
|
||||
kapt.use.worker.api=true
|
||||
# Compilation avoidance (see https://kotlinlang.org/docs/kapt.html#compile-avoidance-for-kapt-since-1-3-20)
|
||||
|
||||
Reference in New Issue
Block a user