Dependencies and syntax updates.
This commit is contained in:
parent
2cbea71c6f
commit
ebc945badc
24 changed files with 367 additions and 332 deletions
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'application'
|
||||
id "net.thauvin.erik.gradle.semver" version "0.9.8-beta"
|
||||
id 'net.thauvin.erik.gradle.semver' version '0.9.8-beta'
|
||||
}
|
||||
|
||||
// ./gradlew
|
||||
|
@ -15,12 +15,8 @@ mainClassName = 'App'
|
|||
defaultTasks 'run'
|
||||
|
||||
dependencies {
|
||||
testImplementation(
|
||||
'org.junit.jupiter:junit-jupiter-api:5.2.0'
|
||||
)
|
||||
testRuntimeOnly(
|
||||
'org.junit.jupiter:junit-jupiter-engine:5.2.0'
|
||||
)
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.2'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue