File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131 with :
3232 ssh-private-key : " ${{ secrets.DOCKER_HOST_SSH_KEY }}"
3333 - name : " setup / login to ghcr"
34- uses : " docker/login-action@v3.1 .0"
34+ uses : " docker/login-action@v3.3 .0"
3535 with :
3636 registry : " ghcr.io"
3737 username : " ${{ github.actor }}"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ktor = "2.3.11"
66
77[plugins ]
88indra-git = { id = " net.kyori.indra.git" , version = " 3.1.3" }
9- jib = { id = " com.google.cloud.tools.jib" , version = " 3.4.2 " }
9+ jib = { id = " com.google.cloud.tools.jib" , version = " 3.4.3 " }
1010kotlin-multiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
1111kotlinx-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
1212spotless = { id = " com.diffplug.spotless" , version = " 6.25.0" }
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments