Skip to content

Commit

Permalink
fixup: fix railjson depenency
Browse files Browse the repository at this point in the history
  • Loading branch information
eckter committed Jan 14, 2025
1 parent 083e382 commit 0a34dda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/envelope-sim/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies {
api project(":kt-osrd-utils")
implementation libs.guava
implementation libs.slf4j
testFixturesImplementation project(":osrd-railjson")

// for debug UI
implementation libs.jmathplot
Expand Down Expand Up @@ -51,6 +52,10 @@ dependencies {
implementation libs.kotlin.logging
implementation libs.kotlin.stdlib
testImplementation libs.kotlin.test

// Without moshi the osrd-railjson dependency causes warnings
testFixturesImplementation libs.moshi
testFixturesImplementation libs.moshi.adapters
}

tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
Expand Down

0 comments on commit 0a34dda

Please sign in to comment.