Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber committed Apr 3, 2023
1 parent e0373c5 commit 971c2f9
Show file tree
Hide file tree
Showing 3 changed files with 356 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
gradle-version: wrapper

- name: Run checks
run: ./gradlew mingwX64Test detektMingwX64Main detektMingwX86Main
run: ./gradlew mingwX64Test detektMingwX64Main

env:
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx4g -Xms512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=1024m"
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dokka = "1.8.10"

jdk = "11"

kotlin = "1.8.10"
kotlin = "1.8.20"

publish = "0.25.1"

Expand Down
Loading

0 comments on commit 971c2f9

Please sign in to comment.