aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/src/sbt-test/source-dependencies/ext/test
diff options
context:
space:
mode:
Diffstat (limited to 'sbt-bridge/src/sbt-test/source-dependencies/ext/test')
-rw-r--r--sbt-bridge/src/sbt-test/source-dependencies/ext/test7
1 files changed, 7 insertions, 0 deletions
diff --git a/sbt-bridge/src/sbt-test/source-dependencies/ext/test b/sbt-bridge/src/sbt-test/source-dependencies/ext/test
new file mode 100644
index 000000000..2b01a3de7
--- /dev/null
+++ b/sbt-bridge/src/sbt-test/source-dependencies/ext/test
@@ -0,0 +1,7 @@
+# initial compilation
+> checkIterations 1
+
+# no further compilation should be necessary, since nothing changed
+# previously, a dependency on a jar in <java.home>lib/ext/ would
+# always force recompilation
+> checkIterations 1 \ No newline at end of file