build: prune unused dependency repositories for android and jvm
This commit is contained in:
parent
358b43c31e
commit
15ac8c8ffb
@ -5,15 +5,13 @@ includeBuild("plugins")
|
|||||||
|
|
||||||
pluginManagement {
|
pluginManagement {
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
mavenCentral()
|
google()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencyResolutionManagement {
|
dependencyResolutionManagement {
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
google()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -15,10 +15,6 @@ plugins {
|
|||||||
id("org.bitcoindevkit.plugins.generate-jvm-bindings")
|
id("org.bitcoindevkit.plugins.generate-jvm-bindings")
|
||||||
}
|
}
|
||||||
|
|
||||||
// repositories {
|
|
||||||
// mavenCentral()
|
|
||||||
// }
|
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_11
|
sourceCompatibility = JavaVersion.VERSION_11
|
||||||
targetCompatibility = JavaVersion.VERSION_11
|
targetCompatibility = JavaVersion.VERSION_11
|
||||||
@ -41,7 +37,7 @@ tasks.test {
|
|||||||
testing {
|
testing {
|
||||||
suites {
|
suites {
|
||||||
val test by getting(JvmTestSuite::class) {
|
val test by getting(JvmTestSuite::class) {
|
||||||
useKotlinTest("1.6.10")
|
useKotlinTest("1.9.23")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -5,15 +5,12 @@ includeBuild("plugins")
|
|||||||
|
|
||||||
pluginManagement {
|
pluginManagement {
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
mavenCentral()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencyResolutionManagement {
|
dependencyResolutionManagement {
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
google()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user