Skip to content

Commit

Permalink
ci: fix java version
Browse files Browse the repository at this point in the history
  • Loading branch information
OptiJava committed Dec 19, 2024
1 parent 688a79a commit d095cc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
java: [ 17, 21 ]
java: [ 21 ]
os: [
ubuntu-latest,
windows-latest
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Gradle Configurations
org.gradle.jvmargs=-Xmx4g
org.gradle.jvmargs=-Xmx3g
org.gradle.parallel=true
org.gradle.workers.max=3

# Fabric Configurations
loader_version=0.15.11
Expand Down

0 comments on commit d095cc5

Please sign in to comment.