Skip to content

Commit 2319b9a

Browse files
committed
Update .gitignore: ignore org
1 parent 95e9222 commit 2319b9a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
org
12
.gradle
23
.gradletasknamecache
34
**/out/

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,8 @@ subprojects {
330330
}
331331

332332
tasks.withType<Detekt>().configureEach {
333+
// Keep Detekt CLI happy regardless of host JDK; 1.23.x supports up to 22
334+
jvmTarget = "21"
333335
dependsOn(":detektive:assemble")
334336
exclude { it.file.absolutePath.contains("/generated/source/") || it.file.absolutePath.contains("SampledLogger") }
335337
}

0 commit comments

Comments
 (0)