From 86e7974f6f877cf6b357f60107a21f0ac2437ba7 Mon Sep 17 00:00:00 2001 From: Elizabeth Worstell Date: Tue, 21 Nov 2023 12:22:33 -0800 Subject: [PATCH] fix: absolute paths in classpath.txt break everything --- examples/kotlin/pom.xml | 10 ++++++++++ kotlin-runtime/scaffolding/pom.xml | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/examples/kotlin/pom.xml b/examples/kotlin/pom.xml index 4f642cbb4d..06df406144 100644 --- a/examples/kotlin/pom.xml +++ b/examples/kotlin/pom.xml @@ -112,6 +112,16 @@ ${project.build.directory}/classpath.txt + dependency + + + + build-classpath-property + compile + + build-classpath + + generated.classpath ${project.build.directory}/dependency diff --git a/kotlin-runtime/scaffolding/pom.xml b/kotlin-runtime/scaffolding/pom.xml index 48c7f36176..4aecf4bdef 100644 --- a/kotlin-runtime/scaffolding/pom.xml +++ b/kotlin-runtime/scaffolding/pom.xml @@ -112,6 +112,16 @@ ${project.build.directory}/classpath.txt + dependency + + + + build-classpath-property + compile + + build-classpath + + generated.classpath ${project.build.directory}/dependency