File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,15 @@ inputs:
55 java :
66 description : The Java version to use
77 required : false
8- default : 8.0.432-tem
9- # default: 11.0.25-amzn
8+ default : 11.0.25-amzn
109 gradle :
1110 description : The Gradle version to use
1211 required : false
13- default : 7.3.3
12+ default : 6.7.1
1413 kotlin :
1514 description : The Kotlin version to use
1615 required : false
17- default : 1.8.20
16+ default : 1.6.21
1817
1918runs :
2019 using : composite
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ POM_DEVELOPER_ID=auth0
1818POM_DEVELOPER_NAME =Auth0
1919POM_DEVELOPER_EMAIL =
[email protected] 2020
21+ # org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
2122
2223org.gradle.jvmargs =-Xmx2048m -Dfile.encoding=UTF-8 \
2324--add-exports=java.base/sun.nio.ch=ALL-UNNAMED \
You can’t perform that action at this time.
0 commit comments