Skip to content

Commit 36fa751

Browse files
committed
chore: Remove outdated bintray repo, hopefully fix kotlin build
1 parent 53abc52 commit 36fa751

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fabric/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ plugins {
1818

1919
repositories {
2020
mavenCentral()
21-
maven { url = URI("https://kotlin.bintray.com/kotlinx") }
2221
maven { url = URI("https://www.gridgainsystems.com/nexus/content/repositories/external") }
2322
}
2423

@@ -29,7 +28,7 @@ dependencies {
2928
runtimeOnly("org.apache.ignite:ignite-indexing:$igniteVersion")
3029
implementation("org.apache.ignite:ignite-slf4j:$igniteVersion")
3130
implementation("org.apache.ignite:ignite-spring:$igniteVersion")
32-
implementation("org.gridgain:control-center-agent:$igniteVersion.0")
31+
runtimeOnly("org.gridgain:control-center-agent:$igniteVersion.0")
3332
runtimeOnly("org.slf4j:slf4j-simple:$slf4jVersion")
3433
implementation("javax.annotation:javax.annotation-api:1.2")
3534
implementation("com.google.protobuf:protobuf-java-util:$protobufVersion")

0 commit comments

Comments
 (0)