9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-19 15:09:25 +00:00

Where can I find these behavior

This commit is contained in:
Dreeam
2025-04-14 21:14:14 -04:00
parent b09978b64b
commit 14813809e7
2 changed files with 3 additions and 2 deletions

View File

@@ -63,6 +63,9 @@ jobs:
echo "org.gradle.jvmargs=${{ env.GRADLE_MEMORY }} -Dfile.encoding=UTF-8" >> ~/.gradle/gradle.properties
echo "org.gradle.parallel=true" >> ~/.gradle/gradle.properties
echo "org.gradle.daemon=true" >> ~/.gradle/gradle.properties
# This is only need if we create custom gradle.properies in home directory
echo "leafUsername=${{ secrets.REPO_USER }}" >> ~/.gradle/gradle.properties
echo "leafPassword=${{ secrets.REPO_PASSWORD }}" >> ~/.gradle/gradle.properties
- name: Apply patches
run: |

View File

@@ -50,9 +50,7 @@ subprojects {
events(TestLogEvent.STANDARD_OUT)
}
}
}
allprojects {
extensions.configure<PublishingExtension> {
repositories {
maven(leafMavenPublicUrl) {