Skip to content

Commit

Permalink
updating only the java version
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 committed Jan 14, 2025
1 parent b1db712 commit 1971ea2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@ inputs:
java:
description: The Java version to use
required: false
default: 8.0.432-tem
# default: 11.0.25-amzn
default: 11.0.25-amzn
gradle:
description: The Gradle version to use
required: false
default: 7.3.3
default: 6.7.1
kotlin:
description: The Kotlin version to use
required: false
default: 1.8.20
default: 1.6.21

runs:
using: composite
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ POM_DEVELOPER_ID=auth0
POM_DEVELOPER_NAME=Auth0
POM_DEVELOPER_EMAIL=[email protected]

#org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8

org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 \
--add-exports=java.base/sun.nio.ch=ALL-UNNAMED \
Expand Down

0 comments on commit 1971ea2

Please sign in to comment.