Add gradle.properties
This commit is contained in:
parent
c30488cd30
commit
a604f352ae
@ -1,7 +1,7 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'io.spring.gradle:spring-build-conventions:0.0.33.RELEASE'
|
classpath 'io.spring.gradle:spring-build-conventions:0.0.33.RELEASE'
|
||||||
classpath "org.springframework.boot:spring-boot-gradle-plugin:latest.release"
|
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
|
||||||
|
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
@ -14,7 +14,6 @@ apply plugin: 'io.spring.convention.root'
|
|||||||
|
|
||||||
group = 'org.springframework.security.experimental'
|
group = 'org.springframework.security.experimental'
|
||||||
description = 'Spring Authorization Server'
|
description = 'Spring Authorization Server'
|
||||||
version = '0.0.1-SNAPSHOT'
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
5
gradle.properties
Normal file
5
gradle.properties
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
version=0.0.1-SNAPSHOT
|
||||||
|
springBootVersion=2.4.0-M2
|
||||||
|
org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError
|
||||||
|
org.gradle.parallel=true
|
||||||
|
org.gradle.caching=true
|
Loading…
Reference in New Issue
Block a user