Skip to content

Commit

Permalink
klib test
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn committed Nov 14, 2024
1 parent 9bcff5c commit 1536e81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Build
run: ./gradlew build --no-daemon --stacktrace --build-cache -Dorg.gradle.jvmargs="-XX:MaxMetaspaceSize=256m"
run: ./gradlew build --no-daemon --stacktrace --build-cache
env:
S3_BUILD_CACHE_AWS_REGION: ${{ secrets.S3_BUILD_CACHE_AWS_REGION }}
S3_BUILD_CACHE_BUCKET_NAME: ${{ secrets.S3_BUILD_CACHE_BUCKET_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ plugins {
apiValidation {
@OptIn(kotlinx.validation.ExperimentalBCVApi::class)
klib {
enabled = true
enabled = false
}

nonPublicMarkers.add("co.touchlab.kermit.ExperimentalKermitApi")
Expand Down

0 comments on commit 1536e81

Please sign in to comment.