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:
3
.github/workflows/build-1214.yml
vendored
3
.github/workflows/build-1214.yml
vendored
@@ -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: |
|
||||
|
||||
@@ -50,9 +50,7 @@ subprojects {
|
||||
events(TestLogEvent.STANDARD_OUT)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
extensions.configure<PublishingExtension> {
|
||||
repositories {
|
||||
maven(leafMavenPublicUrl) {
|
||||
|
||||
Reference in New Issue
Block a user