We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a62ae commit 74c63fcCopy full SHA for 74c63fc
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
fail-fast: false
45
matrix:
46
java: [17, 22]
47
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest]
48
steps:
49
- name: Checkout the repo
50
uses: actions/checkout@v4
pom.xml
@@ -48,7 +48,6 @@
<kotlin.compiler.languageVersion>2.0</kotlin.compiler.languageVersion>
<kotlin.compiler.apiVersion>2.0</kotlin.compiler.apiVersion>
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
51
- <argLine>-Dfile.encoding=UTF8</argLine>
52
</properties>
53
54
<dependencies>
0 commit comments