diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6a78297..4c24801 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -103,7 +103,7 @@ jobs:
${{ runner.os }}-kmp-
- name: Setup Gradle
- uses: gradle/actions/setup-gradle@v3
+ uses: gradle/actions/setup-gradle@v4
with:
gradle-home-cache-cleanup: true
cache-disabled: ${{ matrix.os == 'windows' }} # super slow on Windows.
diff --git a/.github/workflows/pr-baseline.yml b/.github/workflows/pr-baseline.yml
index 077c9cf..e3cf8b1 100644
--- a/.github/workflows/pr-baseline.yml
+++ b/.github/workflows/pr-baseline.yml
@@ -63,7 +63,7 @@ jobs:
java-version: 22
- name: Setup Gradle
- uses: gradle/actions/setup-gradle@v3
+ uses: gradle/actions/setup-gradle@v4
with:
cache-disabled: true
cache-read-only: true
diff --git a/fluxo-io-rad/detekt-baseline.xml b/fluxo-io-rad/detekt-baseline.xml
index de56dd6..362322f 100644
--- a/fluxo-io-rad/detekt-baseline.xml
+++ b/fluxo-io-rad/detekt-baseline.xml
@@ -7,5 +7,7 @@
ForbiddenComment:RandomAccessFileRad.kt$// TODO: Try to avoiding the excessive `filePointer` usages.
ForbiddenComment:ReflectionUtils.kt$// TODO: Complex search as for dynamic methods ?
ForbiddenComment:StreamFactoryRad.kt$// FIXME: Use own BufferedInputStream heir to gain better random access performance?
+ NoNameShadowing:RandomAccessDataByteBufferTest.kt$RadByteBufferAccessorTest.Companion${ it.put(BYTES).flipCompat() }
+ UnnecessaryAbstractClass:AbstractRandomAccessDataTest.kt$AbstractRandomAccessDataTest$AbstractRandomAccessDataTest
diff --git a/fluxo-io-rad/lint-baseline.xml b/fluxo-io-rad/lint-baseline.xml
new file mode 100644
index 0000000..9e0d5e5
--- /dev/null
+++ b/fluxo-io-rad/lint-baseline.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+