Fix gradle
This commit is contained in:
parent
77c8df6a4b
commit
7e662a411e
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ dependencies {
|
||||||
implementation 'org.json:json:20230311'
|
implementation 'org.json:json:20230311'
|
||||||
// I'll bring discord RPC support later, when I have an environment to compile natives
|
// I'll bring discord RPC support later, when I have an environment to compile natives
|
||||||
|
|
||||||
testCompileOnly 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.0.0'
|
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.0.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
test {
|
test {
|
||||||
|
|
Loading…
Reference in a new issue