Skip to content

Commit

Permalink
Remove build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Dec 24, 2023
1 parent 05121c6 commit 2d73571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ gradle-starter = "0.67.0"
gradle-doctor = "0.9.1"
maven-junit = "5.10.1"
maven-assertj = "3.24.2"
maven-commons = "2.15.1"
maven-binarycompatiblity = "0.13.2"
maven-dokka = "1.9.10"

[libraries]
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin" }
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "maven-junit" }
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "maven-junit" }
junit-jupiter-platform = { module = "org.junit.platform:junit-platform-launcher" }
assertj-core = { module = "org.assertj:assertj-core", version.ref = "maven-assertj" }
commons-io = { module = "commons-io:commons-io", version.ref = "maven-commons" }
jetbrains-dokka = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "maven-dokka" }

[plugins]
Expand Down
1 change: 1 addition & 0 deletions webp-imageio/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ tasks.named("processResources") {
dependencies {
testImplementation(libs.assertj.core)
testRuntimeOnly(libs.junit.jupiter.engine)
testRuntimeOnly(libs.junit.jupiter.platform)
testImplementation(libs.junit.jupiter.api)
}

0 comments on commit 2d73571

Please sign in to comment.