Skip to content

Commit

Permalink
Reverted temporary adjustment of repository declaration order
Browse files Browse the repository at this point in the history
  • Loading branch information
severn-everett committed May 24, 2024
1 parent 87f4610 commit 670d41b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,9 @@ group = "io.github.oshai"
version = "6.0.10"

repositories {
// FIXME: This repository needs to be declared first, otherwise Gradle can't find the
// Kotlin-JS dependency. This might be an issue of support for Kotlin 2 in Gradle.
// See https://youtrack.jetbrains.com/issue/KT-68471.
mavenCentral()
gradlePluginPortal()
google()
mavenCentral()
}

tasks.withType<KotlinCompile> {
Expand Down

0 comments on commit 670d41b

Please sign in to comment.