Skip to content

Commit 74c63fc

Browse files
committed
ci: Skip Windows for now
1 parent a5a62ae commit 74c63fc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
java: [17, 22]
47-
os: [ubuntu-latest, macos-latest, windows-latest]
47+
os: [ubuntu-latest, macos-latest]
4848
steps:
4949
- name: Checkout the repo
5050
uses: actions/checkout@v4

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
<kotlin.compiler.languageVersion>2.0</kotlin.compiler.languageVersion>
4949
<kotlin.compiler.apiVersion>2.0</kotlin.compiler.apiVersion>
5050
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
51-
<argLine>-Dfile.encoding=UTF8</argLine>
5251
</properties>
5352

5453
<dependencies>

0 commit comments

Comments
 (0)