Skip to content
New issue

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

Update dependencies #328

Merged
merged 5 commits into from
Jan 26, 2024
Merged

Update dependencies #328

merged 5 commits into from
Jan 26, 2024

Conversation

Jawnnypoo
Copy link
Member

Some important ones including:

  • Gradle 8.5
  • moving lifecycleKtx from an alpha version to a stable version
  • moving autoService from a release candidate version to a stable version

}

@Test
fun `change filter type`() {
Copy link
Member Author

Choose a reason for hiding this comment

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

I wasn't sure if we wanted to keep this test around, it doesn't currently run in CI

Copy link
Collaborator

Choose a reason for hiding this comment

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

I would like to keep it as an example


[libraries]
android-gradle = { module = "com.android.tools.build:gradle", version.ref = "android-gradle" }
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
dokka-gradle = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "dokka-gradle" }
dokka-android-gradle = { module = "org.jetbrains.dokka:android-documentation-plugin", version.ref = "dokka-gradle" }
maven-publish-gradle = { module = "com.vanniktech:gradle-maven-publish-plugin", version = "0.14.2" }
version-gradle = { module = "com.github.ben-manes:gradle-versions-plugin", version = "0.38.0" }
version-gradle = { module = "com.github.ben-manes:gradle-versions-plugin", version = "0.36.0" }
Copy link
Collaborator

Choose a reason for hiding this comment

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

Downgrade?

Copy link
Member Author

Choose a reason for hiding this comment

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

Oops 🙈

import io.reactivex.rxjava3.core.Observable
import org.junit.Test

class TaskListFormulaTest {

@Test fun `change filter type`() {
val repo = mock<TaskRepo>()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks for removing mocking

@carrotkite
Copy link

JaCoCo Code Coverage 79.79% ✅

Class Covered Meta Status

Generated by 🚫 Danger

@@ -95,6 +97,7 @@ class WrongFormulaUsageDetectorTest {
return lint()
.files(*array)
.issues(*issues)
.skipTestModes(TestMode.SUPPRESSIBLE)
Copy link
Member Author

Choose a reason for hiding this comment

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

This seems to be needed with the latest lint version, otherwise these tests will fail.

@Laimiux Laimiux merged commit 4b938a0 into master Jan 26, 2024
3 checks passed
@Laimiux Laimiux deleted the jawn/update-dependencies branch January 26, 2024 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants