Browse Source

small cosmetic change: Changed single quotes to double quotes

MeFisto94 6 years ago
parent
commit
d92dc5550e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -597,7 +597,7 @@ task downloadAvian() {
 
         if (!avianFile.exists())
         {
-            new URL('https://bintray.com/mefisto94/jme-sdk-storage/download_file?file_path=avian-openjdk-mac.zip').withInputStream{ i -> avianFile.withOutputStream{ it << i }}
+            new URL("https://bintray.com/mefisto94/jme-sdk-storage/download_file?file_path=avian-openjdk-mac.zip").withInputStream{ i -> avianFile.withOutputStream{ it << i }}
         }
     }
 }