mirror of
https://codeberg.org/PGPainless/vks-java.git
synced 2024-10-04 22:09:34 +02:00
Add documentation to build.gradle files
This commit is contained in:
parent
29cfade707
commit
d82b22131f
|
@ -13,6 +13,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
// JUnit
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
// JUnit
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
|
||||
|
||||
|
|
Loading…
Reference in a new issue