From ed48bcdd96c3e465d76bac93591b53a54a3d9eb3 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sat, 19 May 2018 23:30:22 -0700 Subject: Preserve caches between interactive and client/server mode (#342) We were incorrectly duplicating the JDK classpath as part of the application classpath when we spawned the Mill server from the Mill client. This makes the transmission of application classpath to the Mill server explicit via an environment variable, so we don't end up including random things from the client classloader hierarchy that we didn't expect --- scratch/build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scratch') diff --git a/scratch/build.sc b/scratch/build.sc index 9ee78d63..ae763e4d 100644 --- a/scratch/build.sc +++ b/scratch/build.sc @@ -1,3 +1,3 @@ def thingy = T { - 1234567 + 12345678 } \ No newline at end of file -- cgit v1.2.3