Skip to content

Commit 98a4c90

Browse files
committed
Updated Kosat, now you can only specify clauses
1 parent 86d889a commit 98a4c90

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
ldd src/jvmMain/resources/lib/linux64/*.so
3535
3636
- name: Build project using Gradle
37-
run: ./gradlew build -x jvmTest -x jsBrowserTest --stacktrace --scan
37+
run: ./gradlew build -x jvmTest --stacktrace --scan
3838

3939
- name: Run tests
4040
run: ./gradlew cleanTest jvmTest --no-build-cache --stacktrace

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ldd src/jvmMain/resources/lib/win64/*.dll
3636
3737
- name: Build project using Gradle
38-
run: ./gradlew build -x jvmTest -x jsBrowserTest --stacktrace --scan
38+
run: ./gradlew build -x jvmTest --stacktrace --scan
3939

4040
- name: Run tests
4141
run: ./gradlew cleanTest jvmTest --no-build-cache --stacktrace

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.0")
2222
implementation("com.github.Lipen.kotlin-satlib:core:0.24.2")
2323
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.17.2")
24-
implementation("org.apache.logging.log4j:log4j-core:2.17.2")
24+
implementation("org.apache.logging.log4j:log4j-core:2.25.3")
2525
// For JVM only
2626
implementation("com.soywiz.korlibs.klock:klock-jvm:2.2.0")
2727
}

0 commit comments

Comments
 (0)