Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlamz committed Mar 20, 2024
1 parent d9a68a6 commit dbb93ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
`kotlin-dsl`
java
id("java-library")
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ pluginManagement {
fun String.v() = extra["$this.version"].toString()
fun PluginDependenciesSpec.idv(id: String, key: String = id) = id(id) version key.v()

id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
id("biz.aQute.bnd.builder") version "6.4.0"
id("com.github.spotbugs") version "6.0.+"
id("com.diffplug.spotless") version "6.13.0" // 6.13.0 is the last version that is compatible with Java 8
Expand All @@ -63,6 +64,5 @@ pluginManagement {
id("me.champeau.jmh") version "0.+"
id("org.checkerframework") version "0.+"
id("com.kncept.junit.reporter") version "2.1.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
}

0 comments on commit dbb93ec

Please sign in to comment.