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

Commit

Permalink
Merge branch 'main' into dependabot/gradle/org.jetbrains.kotlinx-kotl…
Browse files Browse the repository at this point in the history
…inx-serialization-core-1.7.1
  • Loading branch information
ZacSweers authored Aug 28, 2024
2 parents 55e432e + 068f3c8 commit dafe3af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Gradle Wrapper Validation
uses: gradle/actions/wrapper-validation@v3

- name: Install JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '22'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4

- name: Build and test
run: ./gradlew check --quiet
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jvmTarget = "17"
moshix = "0.28.0"
moshi = "1.15.1"
tikxml = "0.8.15"
xmlutil = "0.86.3"
xmlutil = "0.90.1"

[plugins]
detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.6" }
Expand All @@ -20,7 +20,7 @@ kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", versi
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.3" }
retry = { id = "org.gradle.test-retry", version = "1.5.9" }
retry = { id = "org.gradle.test-retry", version = "1.5.10" }

[libraries]
autoService-annotations = "com.google.auto.service:auto-service-annotations:1.1.1"
Expand Down

0 comments on commit dafe3af

Please sign in to comment.