Skip to content

Commit d095cc5

Browse files
committed
ci: fix java version
1 parent 688a79a commit d095cc5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
java: [ 17, 21 ]
13+
java: [ 21 ]
1414
os: [
1515
ubuntu-latest,
1616
windows-latest

gradle.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Gradle Configurations
2-
org.gradle.jvmargs=-Xmx4g
2+
org.gradle.jvmargs=-Xmx3g
33
org.gradle.parallel=true
4+
org.gradle.workers.max=3
45

56
# Fabric Configurations
67
loader_version=0.15.11

0 commit comments

Comments
 (0)