Skip to content

Commit d9cb0d0

Browse files
committed
Increase heap size, run release without daemon
1 parent aacd0b6 commit d9cb0d0

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Gradle
1818
uses: gradle/gradle-build-action@v2
1919
- name: Run check
20-
run: ./gradlew --project-dir plugin-build check
20+
run: ./gradlew --project-dir plugin-build check --no-daemon
2121
- name: Publish on Plugin Portal
22-
run: ./gradlew --project-dir plugin-build setupPublishSecrets publishPlugins
22+
run: ./gradlew --project-dir plugin-build setupPublishSecrets publishPlugins --no-daemon
2323
if: success()

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
kotlin.code.style=official
2-
org.gradle.jvmargs=-Xms256m -Xmx1024m
2+
org.gradle.jvmargs=-Xms256m -Xmx2048m

plugin-build/gradle.properties

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ DISPLAY_NAME=Sheet Happens
55
DESCRIPTION=Gradle plugin for generating Android / KMP string translations from Google Spreadsheets
66
WEBSITE=https://github.com/futuredapp/sheet-happens
77
VCS_URL=https://github.com/futuredapp/sheet-happens
8-
IMPLEMENTATION_CLASS=app.futured.sheethappens.plugin.SheetHappensPlugin
8+
IMPLEMENTATION_CLASS=app.futured.sheethappens.plugin.SheetHappensPlugin
9+
10+
org.gradle.jvmargs=-Xms256m -Xmx2048m

0 commit comments

Comments
 (0)