File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 78
78
distribution : ' temurin'
79
79
- name : Set up Gradle
80
80
uses : gradle/actions/setup-gradle@v4
81
+ with :
82
+ cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
81
83
- name : Build frameworks
82
84
run : " ./gradlew PowerSyncKotlin:buildRelease"
83
85
Original file line number Diff line number Diff line change 30
30
- name : Build Docs
31
31
run : |
32
32
./gradlew \
33
+ --no-configuration-cache \
33
34
-PGITHUB_PUBLISH_TOKEN=${{ secrets.GITHUB_TOKEN }} \
34
35
dokkaGenerate
35
36
shell : bash
Original file line number Diff line number Diff line change 38
38
distribution : ' temurin'
39
39
- name : Set up Gradle
40
40
uses : gradle/actions/setup-gradle@v4
41
+ with :
42
+ cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
41
43
42
44
- name : Build and run tests with Gradle
43
45
run : |
You can’t perform that action at this time.
0 commit comments