We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我使用scripts/makejar.sh命令无法生成aar文件
Google Translation: I use scripts/makejar.sh command, but I cannot generate aar file
$ ./scripts/makejar.sh gradle.properties: line 19: org.gradle.jvmargs=-Xmx6g: command not found
??
No response
latest
10.0
The text was updated successfully, but these errors were encountered:
A workaround for now is to replace this line:
logback-android/scripts/makejar.sh
Line 13 in a7bc9ae
with the VERSION_NAME variable from gradle.properties:
VERSION_NAME
gradle.properties
logback-android/gradle.properties
Line 11 in a7bc9ae
The result:
-. gradle.properties +VERSION_NAME=3.0.1-SNAPSHOT
Sorry, something went wrong.
tony19
No branches or pull requests
Describe the bug
我使用scripts/makejar.sh命令无法生成aar文件
Google Translation:
I use scripts/makejar.sh command, but I cannot generate aar file
$ ./scripts/makejar.sh gradle.properties: line 19: org.gradle.jvmargs=-Xmx6g: command not found
Reproduction
??
Logs
No response
logback-android version
latest
OS Version
10.0
What logback configuration are you using? (logback.xml or Java/Kotlin code)
No response
Validations
The text was updated successfully, but these errors were encountered: