Skip to content

Commit

Permalink
chore: convert fullstack-gradle-plugin java files to kotlin (#477)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <[email protected]>
  • Loading branch information
jeromy-cannon authored Nov 2, 2023
1 parent 0e0b382 commit 4ce54d0
Show file tree
Hide file tree
Showing 28 changed files with 975 additions and 929 deletions.
3 changes: 3 additions & 0 deletions fullstack-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation("net.swiftzer.semver:semver:1.1.2")
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation(kotlin("test"))
}

gradlePlugin {
Expand All @@ -48,3 +49,5 @@ gradlePlugin {
repositories { mavenCentral() }

kotlin { jvmToolchain(17) }

tasks.test { useJUnitPlatform() }

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4ce54d0

Please sign in to comment.