Files
nashorn-hello/gradle/wrapper/gradle-wrapper.properties
OpenCode 01f680d6e3 Add Nashorn Hello World project
- Gradle 9.5.1 (Groovy DSL) build with java + application plugins
- Nashorn standalone engine (org.openjdk.nashorn:nashorn-core:15.6)
- HelloNashorn.java: runs JS via NashornScriptEngineFactory
2026-05-28 04:45:16 +00:00

10 lines
281 B
Properties

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists