Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jiujian
/
client-customer-order-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
zhuyifan
2024-12-30 09:39:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
804d4d25e54e65f7db019737d3e274ec2e04467d
804d4d25
1 parent
c3336017
build(gradle): 设置 Java 11 为默认 JDK
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
gradle.properties
gradle.properties
View file @
804d4d2
...
...
@@ -2,4 +2,5 @@ org.gradle.daemon=true
org.gradle.parallel
=
true
org.gradle.caching
=
true
org.gradle.jvmargs
=
-Xmx3096m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.configureondemand
=
true
\ No newline at end of file
org.gradle.configureondemand
=
true
org.gradle.java.home
=
/usr/lib/jvm/java-11-openjdk-amd64
\ No newline at end of file
...
...
Please
register
or
login
to post a comment