move away from jcenter as it will stop working on 1st of may 2021

This commit is contained in:
Robert Stoll
2021-02-04 22:35:09 +01:00
parent 526e468a7e
commit 9ae00123d6
8 changed files with 4 additions and 35 deletions

View File

@@ -98,9 +98,6 @@ buildscript {
}
repositories {
mavenCentral()
// either use mavenCentral() or one of the two lines below
// jcenter()
// maven { url "https://dl.bintray.com/robstoll/tutteli-jars" }
}
dependencies {
testImplementation "ch.tutteli.atrium:atrium-fluent-en_GB:$atrium_version"
@@ -133,9 +130,6 @@ buildscript {
}
repositories {
mavenCentral()
// either use mavenCentral() or one of the two lines below
// jcenter()
// maven { url "https://dl.bintray.com/robstoll/tutteli-jars" }
}
dependencies {
testImplementation "ch.tutteli.atrium:atrium-infix-en_GB:$atrium_version"
@@ -168,9 +162,6 @@ buildscript {
}
repositories {
mavenCentral()
// either use mavenCentral() or one of the two lines below
// jcenter()
// maven { url "https://dl.bintray.com/robstoll/tutteli-jars" }
}
dependencies {
testImplementation("ch.tutteli.atrium:atrium-fluent-en_GB-js:$atrium_version")
@@ -213,9 +204,6 @@ buildscript {
}
repositories {
mavenCentral()
// either use mavenCentral() or one of the two lines below
// jcenter()
// maven { url "https://dl.bintray.com/robstoll/tutteli-jars" }
}
dependencies {
testImplementation "ch.tutteli.atrium:atrium-infix-en_GB-js:$atrium_version"

View File

@@ -23,7 +23,6 @@ subprojects {
mavenLocal()
}
mavenCentral()
jcenter()
}
apply plugin: 'scala'

View File

@@ -93,7 +93,6 @@ buildscript {
repositories {
mavenCentral()
jcenter()
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
@@ -114,7 +113,6 @@ kotlinutils.kotlinVersion = kotlin_version
repositories {
mavenCentral()
jcenter()
}
configurations {
@@ -140,19 +138,6 @@ subprojects {
repositories {
mavenCentral()
jcenter()
maven {
url 'https://dl.bintray.com/spekframework/spek'
content {
includeGroupByRegex 'org\\.spekframework(\\..*)?'
}
}
maven {
url "https://dl.bintray.com/robstoll/tutteli-jars"
content {
includeGroupByRegex 'ch\\.tutteli(\\..*)?'
}
}
}
}

View File

@@ -18,7 +18,6 @@ plugins {
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
@@ -50,7 +49,6 @@ val bcConfigs =
repositories {
mavenCentral()
jcenter()
}
val bcTests = tasks.register("bcTests") {
@@ -70,7 +68,6 @@ subprojects {
excludeVersionByRegex("ch.tutteli.atrium", "atrium-api.*-js", "0.14.0")
}
}
jcenter()
}
apply(plugin = "org.jetbrains.kotlin.multiplatform")
}

View File

@@ -17,7 +17,7 @@ group 'org.atriumlib.samples'
version '0.0.1'
repositories {
jcenter()
mavenCentral()
}
dependencies {

View File

@@ -18,7 +18,7 @@ group 'org.atriumlib.samples'
version '0.0.1'
repositories {
jcenter()
mavenCentral()
}
dependencies {

View File

@@ -18,7 +18,7 @@ group 'org.atriumlib.samples'
version '0.0.1'
repositories {
jcenter()
mavenCentral()
}
dependencies {

View File

@@ -20,7 +20,7 @@ group 'org.atriumlib.samples'
version '0.0.1'
repositories {
jcenter()
mavenCentral()
}
kotlin {