Skip to content

Commit

Permalink
updated file with 12.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon committed Jun 18, 2024
1 parent 27cabca commit f4a26a7
Show file tree
Hide file tree
Showing 3 changed files with 375 additions and 288 deletions.
4 changes: 2 additions & 2 deletions kotlin/usecases/workflow_sagemaker_pipes/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
maven("https://plugins.gradle.org/m2/")
}
dependencies {
classpath("org.jlleitschuh.gradle:ktlint-gradle:10.3.0")
classpath("org.jlleitschuh.gradle:ktlint-gradle:12.1.1")
}
}

Expand All @@ -43,6 +43,6 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
}
tasks.withType<KotlinCompile>() {
tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = "17"
}
Loading

0 comments on commit f4a26a7

Please sign in to comment.