Update gradle-build.yml

This commit is contained in:
Zoë Gidiere 2025-06-05 19:19:43 -06:00 committed by GitHub
parent af9fb211a8
commit d90a4200fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,16 +17,16 @@ jobs:
contents: read contents: read
steps: steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: actions/checkout@v4.2.2
- name: Set up JDK 21 - name: Set up JDK 21
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 uses: actions/setup-java@v4.7.1
with: with:
java-version: '21' java-version: '21'
distribution: 'temurin' distribution: 'temurin'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file settings-path: ${{ github.workspace }} # location for the settings.xml file
- uses: burrunan/gradle-cache-action@03c71a8ba93d670980695505f48f49daf43704a6 - uses: burrunan/gradle-cache-action@v3.0.1
name: Build Terra name: Build Terra
with: with:
# Specifies arguments for Gradle execution # Specifies arguments for Gradle execution
@ -44,4 +44,4 @@ jobs:
# Properties are passed as -Pname=value # Properties are passed as -Pname=value
properties: | properties: |
kotlin.js.compiler=ir kotlin.js.compiler=ir
kotlin.parallel.tasks.in.project=true kotlin.parallel.tasks.in.project=true