Skip to content

Commit

Permalink
Remove JetBrains Maven repository (#258)
Browse files Browse the repository at this point in the history
We no longer use pre-release Compose versions.
  • Loading branch information
twyatt authored Jun 26, 2023
1 parent 96f2852 commit b0fb061
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ allprojects {
repositories {
google()
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") // Compose pre-release versions
}

tasks.withType<Test>().configureEach {
Expand Down

0 comments on commit b0fb061

Please sign in to comment.