Update Gradle Wrapper from 8.1.1 to 8.2#7
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Signed-off-by: gradle-update-robot <gradle-update-robot@regolo.cc>
lukstbit
added a commit
that referenced
this pull request
Apr 25, 2024
…n windows It was proposed to use runTest for the test method in this class but doing this triggers: java.lang.RuntimeException: Can't create handler inside thread Thread[DefaultDispatcher-worker-1 @coroutine#7,5,SDK 33] that has not called Looper.prepare() at android.os.Handler.__constructor__(Handler.java:227) at android.os.Handler.<init>(Handler.java) at android.view.GestureDetector$GestureHandler.<init>(GestureDetector.java) at android.view.GestureDetector.__constructor__(GestureDetector.java:423) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at org.robolectric.util.ReflectionHelpers.callInstanceMethod(ReflectionHelpers.java:315) at org.robolectric.internal.bytecode.ShadowImpl.invokeConstructor(ShadowImpl.java:73) at org.robolectric.shadow.api.Shadow.invokeConstructor(Shadow.java:75) at org.robolectric.shadows.ShadowGestureDetector.__constructor__(ShadowGestureDetector.java:32) at android.view.GestureDetector.<init>(GestureDetector.java) at com.ichi2.anki.AbstractFlashcardViewer.initLayout(AbstractFlashcardViewer.kt:866) at com.ichi2.anki.Reviewer.initLayout(Reviewer.kt:1092) at com.ichi2.anki.AbstractFlashcardViewer.onCollectionLoaded(AbstractFlashcardViewer.kt:535) at com.ichi2.anki.Reviewer.onCollectionLoaded(Reviewer.kt:314) at com.ichi2.anki.AnkiActivity.startLoadingCollection$lambda$0(AnkiActivity.kt:287) at com.ichi2.async.CollectionLoader$load$1.invokeSuspend(CollectionLoader.kt:51) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.internal.DispatchedContinuationKt.resumeCancellableWith(DispatchedContinuation.kt:363) at kotlinx.coroutines.internal.DispatchedContinuationKt.resumeCancellableWith$default(DispatchedContinuation.kt:274) at kotlinx.coroutines.DispatchedCoroutine.afterResume(Builders.common.kt:257) at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:99) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:111) at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:99) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693) Suppressed: org.robolectric.android.internal.AndroidTestEnvironment$UnExecutedRunnablesException: Main looper has queued unexecuted runnables. This might be the cause of the test failure. You might need a shadowOf(Looper.getMainLooper()).idle() call. See PR ankidroid#16264
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Gradle Wrapper from 8.1.1 to 8.2.
Read the release notes: https://docs.gradle.org/8.2/release-notes.html
The checksums of the Wrapper JAR and the distribution binary have been successfully verified.
8.238f66cd6eef217b4c35855bb11ea4e9fbc53594ccccb5fb82dfd317ef8c2c5a3a8451eeda314d0568b5340498b36edf147a8f0d692c5ff58082d477abe9146e4You can find the reference checksum values at https://gradle.org/release-checksums/
🤖 This PR has been created by the Update Gradle Wrapper action.
Need help? 🤔
If something doesn't look right with this PR please file an issue here.