mirror of
https://codeberg.org/PGPainless/vks-java.git
synced 2024-11-21 23:22:04 +01:00
Add documentation to build.gradle files
This commit is contained in:
parent
29cfade707
commit
d82b22131f
2 changed files with 2 additions and 0 deletions
|
@ -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