mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-01 23:47:50 +00:00
reformat
This commit is contained in:
parent
cb9aa4f167
commit
e160cae3d8
56
.github/workflows/gradle-build.yml
vendored
56
.github/workflows/gradle-build.yml
vendored
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
name: Gradle Build
|
name: Gradle Build
|
||||||
|
|
||||||
on: [pull_request]
|
on: [ pull_request ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -17,31 +17,31 @@ jobs:
|
|||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93
|
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
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@03c71a8ba93d670980695505f48f49daf43704a6
|
||||||
name: Build Terra
|
name: Build Terra
|
||||||
with:
|
with:
|
||||||
# Specifies arguments for Gradle execution
|
# Specifies arguments for Gradle execution
|
||||||
# If arguments is missing or empty, then Gradle is not executed
|
# If arguments is missing or empty, then Gradle is not executed
|
||||||
arguments: build
|
arguments: build
|
||||||
# arguments can be multi-line for better readability
|
# arguments can be multi-line for better readability
|
||||||
# arguments: |
|
# arguments: |
|
||||||
# --no-paralell
|
# --no-paralell
|
||||||
# build
|
# build
|
||||||
# -x test
|
# -x test
|
||||||
# Gradle version to use for execution:
|
# Gradle version to use for execution:
|
||||||
# wrapper (default), current, rc, nightly, release-nightly, or
|
# wrapper (default), current, rc, nightly, release-nightly, or
|
||||||
# versions like 6.6 (see https://services.gradle.org/versions/all)
|
# versions like 6.6 (see https://services.gradle.org/versions/all)
|
||||||
gradle-version: wrapper
|
gradle-version: wrapper
|
||||||
# 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
|
Loading…
x
Reference in New Issue
Block a user