Skip to content

Commit

Permalink
Merge pull request #4 from Keyri-Co/fix/java_compatibility
Browse files Browse the repository at this point in the history
Fix/java compatibility
  • Loading branch information
AndrewKuliahin96 authored Jan 18, 2024
2 parents 94439c6 + bb5f2f7 commit 56bb2ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Project exclude paths
/.gradle/
/build/
/build/
local.properties
/.idea/
1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {

kotlin {
jvmToolchain {
version = JavaVersion.VERSION_17
version = JavaVersion.VERSION_11
}
}

Expand Down

0 comments on commit 56bb2ab

Please sign in to comment.