Skip to content

Commit

Permalink
Fix variable to integer.
Browse files Browse the repository at this point in the history
  • Loading branch information
thenetworkgrinch committed Dec 3, 2024
1 parent 3427826 commit 8eb1e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
javaVersion = "17"
var javaVersion = "17"

// Apply C++ configuration
apply from: 'config.gradle'
Expand Down

0 comments on commit 8eb1e9b

Please sign in to comment.