Skip to content

Commit

Permalink
move gradle.properties and trigger rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Nov 4, 2021
1 parent 60de133 commit 758e7a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.*
plugins {
signing
`maven-publish`
kotlin("jvm") version "1.6.0-RC"
kotlin("jvm") version "1.6.0-RC2"
id("com.google.devtools.ksp") version "1.6.0-RC-1.0.1-RC"
kotlin("jupyter.api") version "0.10.3-31"
id("com.github.ben-manes.versions") version "0.39.0"
Expand Down Expand Up @@ -47,7 +47,6 @@ version = "0.1.9"

repositories {
mavenCentral()
maven("https://jitpack.io")
maven("https://clojars.org/repo")
}

Expand Down

0 comments on commit 758e7a0

Please sign in to comment.