Skip to content

Commit f2752dc

Browse files
committed
Update other configurations
1 parent 5e7eea4 commit f2752dc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

qodana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://www.jetbrains.com/help/qodana/qodana-yaml.html
33

44
version: 1.0
5-
linter: jetbrains/qodana-jvm-community:latest
5+
linter: jetbrains/qodana-jvm-community:2024.2
66
projectJDK: "17"
77
profile:
88
name: qodana.recommended

settings.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
rootProject.name = "pretty-json-log-plugin"
2+
3+
plugins {
4+
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
5+
}

0 commit comments

Comments
 (0)