Skip to content

Commit 658b5a3

Browse files
committed
Fix more configuration cache issues
1 parent 3307ce9 commit 658b5a3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
- name: Build and run tests with Gradle
4545
run: |
4646
./gradlew \
47-
--scan \
4847
${{ matrix.targets }}
4948
shell: bash
5049

plugins/build-plugin/src/main/kotlin/com/powersync/compile/CreateSqliteCInterop.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ abstract class CreateSqliteCInterop: DefaultTask() {
1818
@get:OutputFile
1919
abstract val definitionFile: RegularFileProperty
2020

21-
@get:Internal
2221
@get:Inject
2322
abstract val layout: ProjectLayout
2423

0 commit comments

Comments
 (0)