Skip to content

Commit

Permalink
Exclude intellij dep from text fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd committed Aug 12, 2023
1 parent f259b80 commit 2c28046
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ dependencies {

testFixturesApi project(":core")
testFixturesApi libs.junit
testFixturesApi libs.bundles.intelliJ
testFixturesCompileOnly libs.bundles.intelliJ

testImplementation libs.junit
testImplementation libs.truth
testImplementation(libs.bundles.intelliJ)
}

generateLexer {
Expand Down

0 comments on commit 2c28046

Please sign in to comment.