add jshell test dependency

This commit is contained in:
Adam
2021-03-03 11:11:35 -05:00
parent a622c62c51
commit a868caa453

View File

@@ -20,6 +20,7 @@ dependencies {
testImplementation 'junit:junit:4.12'
testImplementation group: 'net.runelite', name:'client', version: runeLiteVersion
testImplementation group: 'net.runelite', name:'jshell', version: runeLiteVersion
}
group = 'com.example'