chore(infra): upgrade Gradle to 9.3.1 and remove redundant Compose repository from settings

This commit is contained in:
Stefan Mogeritsch 2026-02-02 23:05:30 +01:00
parent 5be88b306c
commit d923b10ca2
2 changed files with 1 additions and 3 deletions

View File

@ -386,6 +386,6 @@ tasks.withType<Exec>().configureEach {
}
tasks.wrapper {
gradleVersion = "9.2.1"
gradleVersion = "9.3.1"
distributionType = Wrapper.DistributionType.BIN
}

View File

@ -33,8 +33,6 @@ dependencyResolutionManagement {
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots/") }
maven { url = uri("https://maven.pkg.jetbrains.space/public/p/compose/dev") }
maven { url = uri("https://us-central1-maven.pkg.dev/varabyte-repos/public") }
// Add JetBrains Compose repository for RC versions
maven { url = uri("https://maven.pkg.jetbrains.space/public/p/compose/dev") }
}
}