Skip to content

Commit

Permalink
GitHub action, gradlew with jvm args
Browse files Browse the repository at this point in the history
  • Loading branch information
zubri committed Jan 7, 2025
1 parent 329d62f commit 045c798
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,7 @@ jobs:
uses: gradle/actions/setup-gradle@v4

- name: Build with Gradle Wrapper
env:
GRADLE_OPTS: "-Xms512m -Xmx7g"
run: ./gradlew :model-common-types:compileJava

- name: Build with Gradle Wrapper
env:
GRADLE_OPTS: "-Xms512m -Xmx7g"
run: ./gradlew compileJava

- name: Build with Gradle Wrapper
env:
GRADLE_OPTS: "-Xms512m -Xmx7g"
run: ./gradlew build
run: ./gradlew -Dorg.gradle.jvmargs="-Xms512m -Xmx7g" build

# This job generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
# We only do it for the SRU2024_v10 branch to avoid spamming the Dependabot alerts for the legacy Java 8 code.
Expand Down

0 comments on commit 045c798

Please sign in to comment.