Skip to content

Commit

Permalink
Remove maven repositories for experimental versions
Browse files Browse the repository at this point in the history
  • Loading branch information
malliaridis committed Oct 19, 2024
1 parent b40058a commit dd0d0e7
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,6 @@ plugins {
id 'com.github.node-gradle.node' version '7.0.1' apply false
}

allprojects {
repositories {
mavenCentral()
maven {
url = "https://maven.pkg.jetbrains.space/public/p/compose/dev"
}
maven {
url = "https://maven.pkg.jetbrains.space/kotlin/p/wasm/experimental"
}
maven {
url = "https://maven.pkg.jetbrains.space/public/p/ktor/eap"
}
}
}

apply from: file('build-tools/scriptDepVersions.gradle')

// Declare default Java versions for the entire project and for SolrJ separately
Expand Down

0 comments on commit dd0d0e7

Please sign in to comment.