Skip to content
Snippets Groups Projects
Commit 0216e5f3 authored by Michi302's avatar Michi302
Browse files

Remove fabricGenerateResourcesRelease switch from scripts to make the CI builds pass

parent 416d8ea1
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -10,4 +10,4 @@ before_script:
 
test:
script:
- ./gradlew build -x fabricGenerateResourcesRelease
- ./gradlew build
Loading
Loading
@@ -7,4 +7,4 @@ before_script:
- ./prepare-build.sh
 
script:
- ./gradlew build -x fabricGenerateResourcesRelease
- ./gradlew build
Loading
Loading
@@ -21,4 +21,4 @@ before_script:
- chmod +x scripts/prepare-build.sh
- ./prepare-build.sh
 
script: "./gradlew build -x fabricGenerateResourcesRelease"
script: "./gradlew build"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment