Skip to content

Commit

Permalink
Use jitpack version of poko
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Dec 22, 2023
1 parent 14defe2 commit 68f3cc7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions detekt-api/build.gradle.kts
Expand Up @@ -5,6 +5,11 @@ plugins {
alias(libs.plugins.poko)
}

repositories {
mavenCentral()
maven { setUrl("https://jitpack.io") }
}

dependencies {
api(libs.kotlin.compilerEmbeddable)
api(projects.detektPsiUtils)
Expand All @@ -14,6 +19,7 @@ dependencies {
testImplementation(libs.assertj)

testFixturesCompileOnly(libs.poko.annotations)
kotlinCompilerPluginClasspath("com.github.3flex.poko:poko-compiler-plugin:9e7c1f2097")
}

detekt {
Expand Down

0 comments on commit 68f3cc7

Please sign in to comment.