mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
move away from jcenter as it will stop working on 1st of may 2021
This commit is contained in:
12
README.md
12
README.md
@@ -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"
|
||||
|
||||
@@ -23,7 +23,6 @@ subprojects {
|
||||
mavenLocal()
|
||||
}
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
apply plugin: 'scala'
|
||||
|
||||
15
build.gradle
15
build.gradle
@@ -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(\\..*)?'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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")
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ group 'org.atriumlib.samples'
|
||||
version '0.0.1'
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -18,7 +18,7 @@ group 'org.atriumlib.samples'
|
||||
version '0.0.1'
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -18,7 +18,7 @@ group 'org.atriumlib.samples'
|
||||
version '0.0.1'
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -20,7 +20,7 @@ group 'org.atriumlib.samples'
|
||||
version '0.0.1'
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
kotlin {
|
||||
|
||||
Reference in New Issue
Block a user