summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAlexandra Dima <adadima@mit.edu>2019-08-28 13:55:00 -0400
committerSamvel Abrahamyan <samvel1024@gmail.com>2019-10-12 14:33:15 +0200
commit91cddda19106c468fbc0422b6aefc62618a4e128 (patch)
tree58b0dd20ce80931406edbb93ae45a534e754c0f8 /contrib
parent86d11edd422bc61639959f086282b4d3870fa053 (diff)
downloadmill-91cddda19106c468fbc0422b6aefc62618a4e128.tar.gz
mill-91cddda19106c468fbc0422b6aefc62618a4e128.tar.bz2
mill-91cddda19106c468fbc0422b6aefc62618a4e128.zip
Updated documentation of contrib module since now it is possible to run scala classes directly from IntelliJ and removed file added to git by mistake.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/bsp/readme.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/bsp/readme.md b/contrib/bsp/readme.md
index 20b627c4..c9557e3a 100644
--- a/contrib/bsp/readme.md
+++ b/contrib/bsp/readme.md
@@ -41,6 +41,3 @@ After the bsp support module would be published, it should be enough to:
- Sometimes build from IntelliJ might fail due to a NoClassDefFoundException
being thrown during the evaluation of tasks, a bug not easy to reproduce.
In this case it is recommended to refresh the bsp project.
-
-- Currently it's not possible ro run scala classes from intelliJ, but this
-issue is being investigated