Skip to content

Commit

Permalink
chore: Remove outdated bintray repo, hopefully fix kotlin build
Browse files Browse the repository at this point in the history
  • Loading branch information
bojidar-bg committed Jul 28, 2022
1 parent 53abc52 commit 36fa751
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ plugins {

repositories {
mavenCentral()
maven { url = URI("https://kotlin.bintray.com/kotlinx") }
maven { url = URI("https://www.gridgainsystems.com/nexus/content/repositories/external") }
}

Expand All @@ -29,7 +28,7 @@ dependencies {
runtimeOnly("org.apache.ignite:ignite-indexing:$igniteVersion")
implementation("org.apache.ignite:ignite-slf4j:$igniteVersion")
implementation("org.apache.ignite:ignite-spring:$igniteVersion")
implementation("org.gridgain:control-center-agent:$igniteVersion.0")
runtimeOnly("org.gridgain:control-center-agent:$igniteVersion.0")
runtimeOnly("org.slf4j:slf4j-simple:$slf4jVersion")
implementation("javax.annotation:javax.annotation-api:1.2")
implementation("com.google.protobuf:protobuf-java-util:$protobufVersion")
Expand Down

0 comments on commit 36fa751

Please sign in to comment.