Power PR merged / Various bugfixes

Closes #288
This commit is contained in:
Anuken
2019-01-03 18:22:13 -05:00
58 changed files with 1158 additions and 549 deletions

View File

@@ -217,8 +217,9 @@ project(":tests"){
dependencies{
testImplementation project(":core")
testImplementation('org.junit.jupiter:junit-jupiter-api:5.1.0')
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.1.0')
testImplementation "org.junit.jupiter:junit-jupiter-params:5.3.1"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.3.1"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.3.1"
compile arcModule("backends:backend-headless")
}