Remove CI cache

This commit is contained in:
Matthieu 2022-08-21 11:08:48 +02:00
parent 5c839dd1e8
commit 7b74c9e057
2 changed files with 18 additions and 6 deletions

View File

@ -3,11 +3,6 @@ image: registry.gitlab.com/fdroid/ci-images-client
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
cache:
paths:
- .gradle/wrapper
- .gradle/caches
# Basic android and gradle stuff
# Check linting
lintDebug:
@ -18,7 +13,11 @@ lintDebug:
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
- ./gradlew checkLicenses
- ./gradlew -Pci --console=plain :app:lintDebug -PbuildDir=lint
- ./gradlew -Pci --console=plain :app:lintDebug -PbuildDir=lint --write-verification-metadata sha256
artifacts:
paths:
- gradle/verification-metadata.xml
# Make Project
assembleDebug:

View File

@ -2534,6 +2534,16 @@
<sha256 value="e5585cc1c37079b2e3817a8997945736f158831844d59d0e4d3a45b27611f926" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.fasterxml.jackson" name="jackson-base" version="2.13.2">
<artifact name="jackson-base-2.13.2.pom">
<sha256 value="32cfe9eb0c630db42822e567d9a36463edae3a6a4950b95d33b0ed31a68f19a6" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.fasterxml.jackson" name="jackson-bom" version="2.13.2">
<artifact name="jackson-bom-2.13.2.pom">
<sha256 value="05e57b016bdc58d739b2536e23816800936947d5155c2d03fa8e43dfed63b6be" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.fasterxml.jackson" name="jackson-bom" version="2.13.2.20220328">
<artifact name="jackson-bom-2.13.2.20220328.pom">
<sha256 value="94c48fad49eff295752239f853d24c90e52065791df2839f5adf6b9ac2968f76" origin="Generated by Gradle"/>
@ -5407,6 +5417,9 @@
</artifact>
</component>
<component group="org.junit" name="junit-bom" version="5.8.2">
<artifact name="junit-bom-5.8.2.module">
<sha256 value="40cfad993fa70ecdf2af74d0c56da1484ee220964be8f932cfe632be9a2733fa" origin="Generated by Gradle"/>
</artifact>
<artifact name="junit-bom-5.8.2.pom">
<sha256 value="836069ca9e8ee3c56e48376222da291263f137bd3fd16d84fdd47efcc3f286e2" origin="Generated by Gradle"/>
</artifact>