Skip to content

Commit

Permalink
bumper java og kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
VHollund committed Dec 19, 2023
1 parent 82bca65 commit e710394
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-auto-merged-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 20
java-version: 21
distribution: 'temurin'

- uses: gradle/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 20
java-version: 21
distribution: 'temurin'

- uses: gradle/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 20
java-version: 21
distribution: 'temurin'

- uses: gradle/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.9.20"
kotlin("jvm") version "1.9.21"
`maven-publish`
`java-library`
}
Expand Down

0 comments on commit e710394

Please sign in to comment.