File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 17
17
- name : Setup Gradle
18
18
uses : gradle/gradle-build-action@v2
19
19
- name : Run check
20
- run : ./gradlew --project-dir plugin-build check
20
+ run : ./gradlew --project-dir plugin-build check --no-daemon
21
21
- 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
23
23
if : success()
Original file line number Diff line number Diff line change 1
1
kotlin.code.style =official
2
- org.gradle.jvmargs =-Xms256m -Xmx1024m
2
+ org.gradle.jvmargs =-Xms256m -Xmx2048m
Original file line number Diff line number Diff line change @@ -5,4 +5,6 @@ DISPLAY_NAME=Sheet Happens
5
5
DESCRIPTION =Gradle plugin for generating Android / KMP string translations from Google Spreadsheets
6
6
WEBSITE =https://github.com/futuredapp/sheet-happens
7
7
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
You can’t perform that action at this time.
0 commit comments