Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion cdm-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ dependencies {
testImplementation(libs.jj2000)
testImplementation(libs.re2j)
testImplementation(libs.slf4j.api)
testImplementation("org.junit.jupiter:junit-jupiter")
testCompileOnly(libs.junit4)

testRuntimeOnly(libs.junit5.platformLauncher)
Expand Down
2 changes: 2 additions & 0 deletions netcdf-java-testing-platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ dependencies {
api(platform(libs.junit5.bom))

constraints {
api((project(":cdm-test-utils")))

api(libs.commons.compress)
api(libs.commons.io)
api(libs.google.truth)
Expand Down
2 changes: 1 addition & 1 deletion uibase/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* See LICENSE for license information.
*/

plugins { id("java-base-conventions") }
plugins { id("java-library-conventions") }

description = "UI elements that are independent of the CDM."

Expand Down
2 changes: 1 addition & 1 deletion uicdm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.text.SimpleDateFormat
import java.util.Date

plugins {
id("java-base-conventions")
id("java-library-conventions")
application
}

Expand Down