Jelajahi Sumber

AppVeyor: invalidate cached ZIP file if gradle.properties has changed

Stephen Gold 6 tahun lalu
induk
melakukan
7da493d1b1
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -34,7 +34,7 @@ build_script:
 cache:
 - C:\Users\appveyor\.gradle\caches
 - C:\Users\appveyor\.gradle\wrapper
-- jme3-bullet-native\bullet3.zip
+- jme3-bullet-native\bullet3.zip -> gradle.properties
 
 test: off
 deploy: off