Browse Source

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

Stephen Gold 6 năm trước cách đây
mục cha
commit
7da493d1b1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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