Skip to content

Commit

Permalink
Move to gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
wsargent committed Dec 4, 2024
1 parent c6ee755 commit 6ac68b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

[versions]
junit-jupiter = "5.10.3"
logback-classic = "1.2.13"

[libraries]
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-jupiter" }
logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "logback-classic" }
7 changes: 2 additions & 5 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@ dependencies {
testImplementation(libs.junit.jupiter)

testRuntimeOnly("org.junit.platform:junit-platform-launcher")

// This dependency is exported to consumers, that is to say found on their compile classpath.
//api(libs.commons.math3)


// This dependency is used internally, and not exposed to consumers on their own compile classpath.
//implementation(libs.guava)
testImplementation(libs.logback.classic)
}

// Apply a specific Java toolchain to ease working on different environments.
Expand Down

0 comments on commit 6ac68b4

Please sign in to comment.