Skip to content

Commit 0494605

Browse files
committed
revert junit configuration.
1 parent c268934 commit 0494605

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

solana-version-catalog/build.gradle.kts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ plugins {
77
id("software.sava.build.feature.publish")
88
}
99

10-
javaPlatform {
11-
allowDependencies()
12-
}
13-
1410
group = "software.sava"
1511
version = providers.gradleProperty("version").getOrElse("")
1612

@@ -65,7 +61,10 @@ dependencies {
6561

6662
dependencies.constraints {
6763
// Tests
68-
api(enforcedPlatform("org.junit:junit-bom:$junit"))
64+
65+
api("org.junit.jupiter:junit-jupiter:${junit}")
66+
api("org.junit.jupiter:junit-jupiter-api:${junit}")
67+
api("org.junit.jupiter:junit-jupiter-params:${junit}")
6968

7069
// Compile & Implementation
7170

0 commit comments

Comments
 (0)