Skip to content

Commit

Permalink
fix: reverted toolchain back to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianEstrada committed Sep 6, 2024
1 parent 8fe0ee0 commit 789420e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kotlinVersion=2.0.20
javaToolChainVersion=21
libraryVersion=1.0.0
javaToolChainVersion=17
libraryVersion=1.0.1
org.gradle.jvmargs=-Xmx4096m
org.gradle.warning.mode=all

0 comments on commit 789420e

Please sign in to comment.