Skip to content

Commit

Permalink
Update repositories.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin authored Nov 24, 2022
1 parent acc2820 commit de26dc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/repositories.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ listOf(pluginManagement.repositories, dependencyResolutionManagement.repositorie
includeModule("me.champeau.gradle", "japicmp-gradle-plugin")
includeModule("com.gradle.publish", "plugin-publish-plugin")
includeModule("com.github.ben-manes", "gradle-versions-plugin")
// Because we use 1.6.10 during sync and this version is not on mavenCentral
includeModule("org.jetbrains.kotlin.plugin.serialization", "org.jetbrains.kotlin.plugin.serialization.gradle.plugin")
}
}
@Suppress("DEPRECATION")
Expand Down

0 comments on commit de26dc4

Please sign in to comment.