Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Add formatCurrency extensions #216

Merged
merged 4 commits into from
Sep 14, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
distribution: 'zulu'
java-version: 17
- uses: gradle/gradle-build-action@v2
- run: ./gradlew test
- run: ./gradlew testDebugUnitTest
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FAILURE: Build failed with an exception.
5 problems were found storing the configuration cache, 3 of which seem unique.
- Task `:common:generateDevDebugUnitTestStubRFile` of type `com.android.build.gradle.internal.res.GenerateLibraryRFileTask`: value 'file collection' failed to visit file collection
- Task `:common:kspDevDebugUnitTestKotlin` of type `com.google.devtools.ksp.gradle.KspTaskJvm`: value 'configuration ':common:devDebugUnitTestCompileClasspath' files' failed to visit file collection
- Task `:common:kspDevDebugUnitTestKotlin` of type `com.google.devtools.ksp.gradle.KspTaskJvm`: value 'file collection' failed to visit file collection

See the complete report at file:///home/runner/work/DemoApp/DemoApp/build/reports/configuration-cache/cb3uuogikbyxf6v16cp20imp1/2ujnzkrxp2l7ikqaskce4205l/configuration-cache-report.html

* What went wrong:
Configuration cache state could not be cached: field '__compileKotlinArgumentsContributor$gradle_plugin__' from type 'com.google.devtools.ksp.gradle.KspTaskJvm': error writing value of type 'org.gradle.api.internal.provider.DefaultProperty'
> Configuration cache state could not be cached: field 'friendPaths' from type 'org.jetbrains.kotlin.gradle.internal.KotlinJvmCompilerArgumentsContributor': error writing value of type 'org.gradle.api.internal.file.collections.DefaultConfigurableFileCollection'
   > Configuration cache state could not be cached: field 'provider' from type 'org.gradle.configurationcache.serialization.codecs.ProviderBackedFileCollectionSpec': error writing value of type 'org.gradle.api.internal.provider.DefaultProperty'
      > Configuration cache state could not be cached: field 'filter' from type 'org.gradle.configurationcache.serialization.codecs.FilteredFileCollectionSpec': error writing value of type 'org.jetbrains.kotlin.gradle.plugin.AndroidTestedVariantArtifactsFilter'
         > Configuration cache state could not be cached: field 'artifactCollection' from type 'org.jetbrains.kotlin.gradle.plugin.AndroidTestedVariantArtifactsFilter': error writing value of type 'com.android.build.gradle.internal.dependency.ArtifactCollectionWithExtraArtifact'
            > Configuration cache state could not be cached: field 'parentArtifacts' from type 'com.android.build.gradle.internal.dependency.ArtifactCollectionWithExtraArtifact': error writing value of type 'com.android.build.gradle.internal.dependency.ArtifactCollectionWithExtraArtifact'
               > Configuration cache state could not be cached: field 'parentArtifacts' from type 'com.android.build.gradle.internal.dependency.ArtifactCollectionWithExtraArtifact': error writing value of type 'org.gradle.api.internal.artifacts.configurations.DefaultConfiguration$ConfigurationArtifactCollection'
                  > Configuration cache state could not be cached: field 'causes' from type 'org.gradle.internal.resolve.ModuleVersionNotFoundException': error writing value of type 'java.util.concurrent.CopyOnWriteArrayList'
                     > Unable to make private void java.util.concurrent.CopyOnWriteArrayList.writeObject(java.io.ObjectOutputStream) throws java.io.IOException accessible: module java.base does not "opens java.util.concurrent" to unnamed module @4e7[26](https://github.com/Goooler/DemoApp/actions/runs/3055126386/jobs/4927833428#step:5:27)e73


instrumentation-tests:
runs-on: macos-latest
Expand Down