summaryrefslogtreecommitdiff
path: root/scratch
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-05-19 23:30:22 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-05-19 23:33:52 -0700
commited48bcdd96c3e465d76bac93591b53a54a3d9eb3 (patch)
treebcf2e54d999c6b4d25c1ccc4f937cdead5b50cbe /scratch
parent40838f958810a4c8158239eef8e96394fea23c89 (diff)
downloadmill-ed48bcdd96c3e465d76bac93591b53a54a3d9eb3.tar.gz
mill-ed48bcdd96c3e465d76bac93591b53a54a3d9eb3.tar.bz2
mill-ed48bcdd96c3e465d76bac93591b53a54a3d9eb3.zip
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
Diffstat (limited to 'scratch')
-rw-r--r--scratch/build.sc2
1 files changed, 1 insertions, 1 deletions
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