Sam Gammon
12/02/2022, 9:11 AMSam Gammon
12/02/2022, 9:11 AMSam Gammon
12/02/2022, 9:11 AMfrontend/build.gradle.kts
Sam Gammon
12/02/2022, 9:12 AMval assetDist by configurations.creating {
isCanBeConsumed = true
isCanBeResolved = false
}
artifacts {
add(assetDist.name, tasks.named("browserDistribution").map { it.outputs.files.files.single() })
}
Sam Gammon
12/02/2022, 9:12 AMSam Gammon
12/02/2022, 9:12 AMSam Gammon
12/02/2022, 9:13 AMSam Gammon
12/02/2022, 9:13 AMDamien O'Hara
12/02/2022, 9:14 AMSam Gammon
12/02/2022, 9:25 AMSam Gammon
12/02/2022, 9:25 AMSam Gammon
12/02/2022, 9:25 AMDamien O'Hara
12/02/2022, 9:26 AMSam Gammon
12/02/2022, 9:27 AMSam Gammon
12/02/2022, 9:27 AMDamien O'Hara
12/02/2022, 9:27 AMDamien O'Hara
12/02/2022, 9:28 AMSam Gammon
12/02/2022, 9:28 AMDamien O'Hara
12/02/2022, 9:29 AMSam Gammon
12/02/2022, 9:29 AMSam Gammon
12/02/2022, 9:29 AMSam Gammon
12/02/2022, 9:29 AMSam Gammon
12/12/2022, 10:46 AMgradle.properties
that you may need
versions.java.language=19
elide.publish.repo.maven = <gcs://elide-snapshots/repository/v3>
elide.publish.repo.docker.tools = us-docker.pkg.dev/elide-fw/tools
elide.publish.repo.docker.samples = us-docker.pkg.dev/elide-fw/samples
buildDocs=true
buildSamples=true
buildPlugins=true
buildBenchmarks=false
enableSigning=false
strictMode=true
Sam Gammon
12/12/2022, 10:52 AMversions.java.language
is what fixes the toolchain resolution issueSam Gammon
12/12/2022, 11:00 AMorg.gradle.java.installations.paths=/Library/Java/JavaVirtualMachines/gvm-ee.x86.jdk19/Contents/Home
org.gradle.java.home=/Library/Java/JavaVirtualMachines/gvm-ee.x86.jdk19/Contents/Home
Damien O'Hara
12/12/2022, 11:02 AMDamien O'Hara
12/12/2022, 11:21 AMDamien O'Hara
12/12/2022, 12:04 PMA language with id 'js' is not installed
when running ./gradlew packages:graalvm:test
Sam Gammon
12/15/2022, 11:22 AMSam Gammon
12/15/2022, 11:22 AM