Skip to content

Commit

Permalink
Remove kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
sghill committed Jun 29, 2023
1 parent 849c8d8 commit 4a1397c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import java.net.URI

plugins {
id("org.openrewrite.build.recipe-library") version "latest.release"
alias(kt.plugins.jvm)
}

configure<ReleasePluginExtension> {
Expand Down Expand Up @@ -42,8 +41,6 @@ dependencies {
// implementation("org.apache.maven:waggon-http-lightweight:latest.release")

testImplementation("org.ow2.asm:asm:latest.release")
testImplementation("org.jetbrains.kotlin:kotlin-reflect")
testImplementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")

testImplementation(platform(libs.junit.bom))
testImplementation("org.junit.jupiter:junit-jupiter-api")
Expand Down
4 changes: 0 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@ dependencyResolutionManagement {
library("rewrite-bom", "org.openrewrite:rewrite-bom:8.1.2")
library("rewrite-recipe-bom", "org.openrewrite.recipe:rewrite-recipe-bom:2.0.1")
}
create("kt") {
val kotlin = version("kotlin", "1.8.21")
plugin("jvm", "org.jetbrains.kotlin.jvm").versionRef(kotlin)
}
}
}

0 comments on commit 4a1397c

Please sign in to comment.