Explorar el Código

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

Stephen Gold hace 6 años
padre
commit
7da493d1b1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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