Skip to content

Commit

Permalink
Merge pull request #15 from chrisbanes/cb/kotlin-incremental
Browse files Browse the repository at this point in the history
Re-enable incremental Kotlin compilation
  • Loading branch information
chrisbanes authored May 28, 2020
2 parents 37bb14b + a2047c6 commit 349045a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
env:
JAVA_TOOL_OPTIONS: -Xmx5120m
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.workers.max=2 -Dkotlin.incremental=false -Dkotlin.compiler.execution.strategy=in-process
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.workers.max=2 -Dkotlin.compiler.execution.strategy=in-process
TERM: dumb

steps:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
api-level: [23, 26, 29]
env:
JAVA_TOOL_OPTIONS: -Xmx3072m
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.workers.max=2 -Dkotlin.incremental=false -Dkotlin.compiler.execution.strategy=in-process
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.workers.max=2 -Dkotlin.compiler.execution.strategy=in-process
TERM: dumb

steps:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
needs: [build, test]
env:
JAVA_TOOL_OPTIONS: -Xmx5120m
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.workers.max=2 -Dkotlin.incremental=false -Dkotlin.compiler.execution.strategy=in-process
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.workers.max=2 -Dkotlin.compiler.execution.strategy=in-process
TERM: dumb

steps:
Expand Down

0 comments on commit 349045a

Please sign in to comment.