You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
601 B
TOML
14 lines
601 B
TOML
1 year ago
|
[versions]
|
||
|
annotations = "24.1.0"
|
||
|
junit = "5.10.1"
|
||
|
lombok = "1.18.30"
|
||
|
|
||
|
[libraries]
|
||
|
annotations = { module = "org.jetbrains:annotations", version.ref = "annotations" }
|
||
|
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
|
||
|
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
|
||
|
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" }
|
||
|
lombok = { module = "org.projectlombok:lombok", version.ref = "lombok" }
|
||
|
|
||
|
[bundles]
|
||
|
junit = ["junit-jupiter", "junit-jupiter-api", "junit-jupiter-params"]
|