Skip to content

Commit

Permalink
Merge pull request #16 from futuredapp/release/1.0.3
Browse files Browse the repository at this point in the history
Increase heap size, run release without daemon
  • Loading branch information
matejsemancik authored Nov 22, 2024
2 parents aacd0b6 + d9cb0d0 commit af5e824
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run check
run: ./gradlew --project-dir plugin-build check
run: ./gradlew --project-dir plugin-build check --no-daemon
- name: Publish on Plugin Portal
run: ./gradlew --project-dir plugin-build setupPublishSecrets publishPlugins
run: ./gradlew --project-dir plugin-build setupPublishSecrets publishPlugins --no-daemon
if: success()
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.code.style=official
org.gradle.jvmargs=-Xms256m -Xmx1024m
org.gradle.jvmargs=-Xms256m -Xmx2048m
4 changes: 3 additions & 1 deletion plugin-build/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ DISPLAY_NAME=Sheet Happens
DESCRIPTION=Gradle plugin for generating Android / KMP string translations from Google Spreadsheets
WEBSITE=https://github.com/futuredapp/sheet-happens
VCS_URL=https://github.com/futuredapp/sheet-happens
IMPLEMENTATION_CLASS=app.futured.sheethappens.plugin.SheetHappensPlugin
IMPLEMENTATION_CLASS=app.futured.sheethappens.plugin.SheetHappensPlugin

org.gradle.jvmargs=-Xms256m -Xmx2048m

0 comments on commit af5e824

Please sign in to comment.