Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(build): remove references to jcenter/bintray (#4162)
  • Loading branch information
dbyron-sf committed Aug 16, 2021
1 parent b1a8ea9 commit 224ef7c
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 25 deletions.
4 changes: 0 additions & 4 deletions gradle/ktlint-root.gradle
@@ -1,7 +1,3 @@
repositories {
jcenter()
}

configurations {
ktlint
}
Expand Down
4 changes: 0 additions & 4 deletions gradle/spek.gradle
Expand Up @@ -14,10 +14,6 @@
* limitations under the License.
*/

repositories {
jcenter()
}

dependencies {
testImplementation("org.junit.platform:junit-platform-runner")
testImplementation("org.jetbrains.spek:spek-api")
Expand Down
4 changes: 0 additions & 4 deletions keiko-tck/keiko-tck.gradle
@@ -1,9 +1,5 @@
apply from: "$rootDir/gradle/kotlin.gradle"

repositories {
maven { url "https://dl.bintray.com/jetbrains/spek" }
}

dependencies {
api project(":keiko-core")
api project(":keiko-test-common")
Expand Down
4 changes: 0 additions & 4 deletions orca-deploymentmonitor/orca-deploymentmonitor.gradle
Expand Up @@ -16,10 +16,6 @@

apply from: "$rootDir/gradle/spock.gradle"

repositories {
jcenter()
}

dependencies {
implementation(project(":orca-core"))
implementation(project(":orca-retrofit"))
Expand Down
4 changes: 0 additions & 4 deletions orca-dry-run/orca-dry-run.gradle
Expand Up @@ -17,10 +17,6 @@
apply from: "$rootDir/gradle/kotlin.gradle"
apply from: "$rootDir/gradle/spek.gradle"

repositories {
jcenter()
}

dependencies {
implementation(project(":orca-core"))
implementation(project(":orca-kotlin"))
Expand Down
4 changes: 0 additions & 4 deletions orca-queue-redis/orca-queue-redis.gradle
Expand Up @@ -17,10 +17,6 @@
apply from: "$rootDir/gradle/kotlin.gradle"
apply from: "$rootDir/gradle/spek.gradle"

repositories {
jcenter()
}

dependencies {
implementation(project(":orca-core"))
implementation(project(":orca-queue"))
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Expand Up @@ -16,7 +16,6 @@
pluginManagement {
repositories {
gradlePluginPortal()
jcenter()
}
}

Expand Down

0 comments on commit 224ef7c

Please sign in to comment.