Fix gradle

This commit is contained in:
Lassebq 2023-09-02 00:08:10 +03:00
parent 77c8df6a4b
commit 7e662a411e
No known key found for this signature in database
GPG key ID: DE0866BB0C980B6E

View file

@ -29,8 +29,8 @@ dependencies {
implementation 'org.json:json:20230311'
// I'll bring discord RPC support later, when I have an environment to compile natives
testCompileOnly 'junit:junit:4.12'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.0.0'
testImplementation 'junit:junit:4.12'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.0.0'
}
test {