File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 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' ,
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments