Skip to content

Commit 4cccdfe

Browse files
Getting desperate
1 parent 08fd141 commit 4cccdfe

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
'workarounds:javaLTSVersions',
1010
],
1111
customManagers: [
12-
// Update .java-version file with the latest JDK version.
12+
// Update java-version file with the latest JDK version.
1313
{
1414
customType: 'regex',
1515
fileMatch: [
16-
'^\\.java-version$',
16+
'^java-version$',
1717
],
1818
matchStrings: [
1919
'(?<currentValue>.*)\\n',

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-java@v4
1818
with:
1919
distribution: 'zulu'
20-
java-version-file: .github/.java-version
20+
java-version-file: .github/java-version
2121

2222
- name: Build and publish artifacts
2323
env:

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/setup-java@v4
4848
with:
4949
distribution: 'zulu'
50-
java-version-file: .github/.java-version
50+
java-version-file: .github/java-version
5151

5252
- run: ./gradlew ${{matrix.job}}
5353

@@ -58,5 +58,5 @@ jobs:
5858
- uses: actions/setup-java@v4
5959
with:
6060
distribution: 'zulu'
61-
java-version-file: .github/.java-version
61+
java-version-file: .github/java-version
6262
- run: ./gradlew kmpMissingTargets

0 commit comments

Comments
 (0)