Skip to content

Commit 7076c0d

Browse files
committed
remove debugging steps; drop Gradle INFO-level logs
1 parent 181eb7e commit 7076c0d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ jobs:
9999
os:
100100
- macos-15-large # x64
101101
- macos-15-xlarge # ARM
102-
instance: [1, 2, 3, 4, 5, 6, 7, 8]
103102
runs-on: ${{ matrix.os }}
104103
steps:
105104
- name: Checkout sources

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ kotlinx.atomicfu.enableNativeIrTransformation=false
1313
# gradle
1414
org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G
1515
org.gradle.parallel=true
16-
org.gradle.logging.level=info
1716

1817
# SDK
1918
sdkVersion=1.5.15-SNAPSHOT
@@ -23,4 +22,4 @@ codegenVersion=0.35.15-SNAPSHOT
2322

2423
# FIXME Remove after Dokka 2.0 Gradle plugin is stable
2524
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
26-
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
25+
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true

0 commit comments

Comments
 (0)