diff --git a/.gitignore b/.gitignore index b740e72..55d18c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ # Project exclude paths /.gradle/ -/build/ \ No newline at end of file +/build/ +local.properties +/.idea/ diff --git a/.idea/misc.xml b/.idea/misc.xml index 9879958..5304681 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index b585055..f8513ca 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { kotlin { jvmToolchain { - version = JavaVersion.VERSION_17 + version = JavaVersion.VERSION_11 } }