1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-20 12:58:38 +03:00

Gradle shortcut (#2027)

This commit is contained in:
Summet 2020-05-11 04:35:25 +03:00 committed by GitHub
parent a344c1a5d0
commit 289c653574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,4 @@ apply plugin: "java"
sourceCompatibility = 1.8
sourceSets{
test{
resources{
srcDir "src/test/resources"
}
}
}
sourceSets.test.resources.srcDir = "src/test/resources"