File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Create ticket
15- uses : actions/github-script@v7
15+ uses : actions/github-script@v8
1616 with :
1717 script : |
1818 const action = context.payload.action;
Original file line number Diff line number Diff line change 2121 java-version : 11
2222
2323 - name : Setup Gradle
24- uses :
gradle/actions/[email protected] .1 # v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17 24+ uses :
gradle/actions/[email protected] .3 2525
2626 - name : Upload Artifacts
2727 run : ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 2.2.10 "
3- ktor = " 3.2.3 "
2+ kotlin = " 2.2.20 "
3+ ktor = " 3.3.0 "
44
55[libraries ]
66# Kotlin
You can’t perform that action at this time.
0 commit comments