Closed marunjar closed 1 year ago
I get an error when building:
Could not load the value of field `compilerArgumentProviders` of `org.gradle.api.tasks.compile.CompileOptions` bean found in field `capturedArgs` of `java.lang.invoke.SerializedLambda` bean found in field `spec` of `org.gradle.api.internal.tasks.execution.SelfDescribingSpec` bean found in task `:app:compileDebugJavaWithJavac` of type `org.gradle.api.tasks.compile.JavaCompile`.
I get an error when building:
Could not load the value of field `compilerArgumentProviders` of `org.gradle.api.tasks.compile.CompileOptions` bean found in field `capturedArgs` of `java.lang.invoke.SerializedLambda` bean found in field `spec` of `org.gradle.api.internal.tasks.execution.SelfDescribingSpec` bean found in task `:app:compileDebugJavaWithJavac` of type `org.gradle.api.tasks.compile.JavaCompile`.
Seems to be a problem with your local branch/setup only, build and checks for last commit (5fd1319) are passing:
I get an error when building:
Could not load the value of field `compilerArgumentProviders` of `org.gradle.api.tasks.compile.CompileOptions` bean found in field `capturedArgs` of `java.lang.invoke.SerializedLambda` bean found in field `spec` of `org.gradle.api.internal.tasks.execution.SelfDescribingSpec` bean found in task `:app:compileDebugJavaWithJavac` of type `org.gradle.api.tasks.compile.JavaCompile`.
Seems to be a problem with your local branch/setup only, build and checks for last commit (5fd1319) are passing:
same error when building only marunjar:fix_icon_pack_with_mask with no other commits
i am building from shell with only ./gradlew assemble
sorry, the problem was my local branch. git clean -fdx
fixed the error.
I'm merging this now. I'm using the fix for about 3 weeks now with Juno icon pack on my device and there were no errors.