mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 00:38:46 +00:00
Add @DefinitionSource annotations
Allows parameterized tests to use Item, Npc, and Object definitions as @ArgumentSources. This commit also adds support for using @ItemDefinitions etc on properties as well as functions.
This commit is contained in:
@@ -19,4 +19,10 @@ dependencies {
|
||||
api group: 'com.willowtreeapps.assertk', name: 'assertk', version: assertkVersion
|
||||
|
||||
implementation group: 'org.powermock', name: 'powermock-module-junit4', version: powermockVersion
|
||||
}
|
||||
|
||||
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user