Skip to content

Commit

Permalink
Fix burningwave dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-tkachenko-datadog committed Jun 25, 2024
1 parent 17d7e13 commit d55642f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,9 @@ apply from: "$rootDir/gradle/test.gradle"
dependencies {
implementation files(jvm8.toolsJar)

api "org.burningwave:core:12.65.1"
api project(":dd-javac-plugin-client")

java9Implementation "org.burningwave:core:12.65.1"

testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.2"
testImplementation "org.junit.jupiter:junit-jupiter-params:5.9.2"
testImplementation "commons-io:commons-io:2.11.0"
Expand Down

0 comments on commit d55642f

Please sign in to comment.