We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b012c commit 594e814Copy full SHA for 594e814
build.gradle.kts
@@ -24,7 +24,6 @@ buildscript {
24
repositories {
25
maven("https://plugins.gradle.org/m2/")
26
mavenCentral()
27
- jcenter()
28
}
29
val kotlinVersion: String by project
30
val ideaPluginVersion: String by project
@@ -67,7 +66,6 @@ allprojects {
67
66
68
mavenLocal()
69
70
71
72
73
apply(plugin = "com.adarshr.test-logger")
buildSrc/build.gradle.kts
@@ -22,7 +22,6 @@ repositories {
22
23
plugins {
0 commit comments