Use equals operator

This commit is contained in:
Ossian Winter 2022-10-02 15:26:12 +02:00
parent 01e92cf942
commit f4a0e9d7ce
No known key found for this signature in database
GPG Key ID: F670EB26E953FD3C
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ processResources {
} }
} }
if (buildmode.equals("IDE")) { if (buildmode == "IDE") {
sourceSets { sourceSets {
main(({ main(({
output.resourcesDir = output.classesDir output.resourcesDir = output.classesDir