Skip to content

Commit

Permalink
Small improvements for Gradle build (#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
antvaset authored Sep 23, 2024
1 parent 5a4035c commit c55219e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Src/java/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.jetbrains.kotlin.jvm")
kotlin("jvm") version "2.0.20"
}

repositories {
Expand Down
4 changes: 4 additions & 0 deletions Src/java/buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ dependencies {
implementation("ru.vyarus:gradle-animalsniffer-plugin:1.7.0")
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.14")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.23.3")
}

kotlin {
jvmToolchain(11)
}
6 changes: 0 additions & 6 deletions Src/java/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
pluginManagement {
plugins {
kotlin("jvm") version "2.0.20"
}
}

rootProject.name = "cql-all"

include(
Expand Down

0 comments on commit c55219e

Please sign in to comment.