From 5b16b07172c8c298b16ed40a20cfd5a9354aec80 Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Sun, 26 Feb 2023 22:07:19 +0300 Subject: [PATCH] Fix build --- build.gradle.kts | 3 +-- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index ecac2af..c9162f9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,8 +15,7 @@ allprojects { group = "space.kscience" version = "0.1.1-SNAPSHOT" repositories{ - mavenCentral() - mavenLocal() + maven("https://maven.pkg.jetbrains.space/spc/p/sci/dev") } } diff --git a/gradle.properties b/gradle.properties index 05b0759..d422be3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,4 +7,4 @@ org.gradle.parallel=true publishing.github=false publishing.sonatype=false -toolsVersion=0.14.2-kotlin-1.8.10 \ No newline at end of file +toolsVersion=0.14.3-kotlin-1.8.10 \ No newline at end of file