MagnusMG
MagnusMG
Ah! AntlrTask is some kind of superclass for generateGrammarSource and the other tasks! Probably obvious for people more used to Gradle... Thanks. Sorry for bothering you.
I have been having the same problems, and after finding this thread I started investigating network connections. It seems to work if I work from home over WiFi with VPN...
And what is the syntax?I tried `@file:DependsOn("/absolute/path/to/the/jar/file")?`, without success.
Thanks, @holgerbrandl. I gave up on trying to reference a local file directly two weeks ago, and added the jar to my local Maven repository (file cache) instead. It's a...
You'll find the language server output [here](https://www.magnusgunnarsson.se/lsoutput.txt) (to long to include in the text.) I doubt the problem is the location of the build.gradle file. I have other projects with...
Thanks, removing that directory solved it. I have no idea which extension caused that directory to be created, though. Hm. Anyway, I find it a bit strange that fwcd fails...
> fwcd is the user who created this repo, the application that runs is [kotlin-language-server](https://github.com/fwcd/kotlin-language-server) 🙂 :-D So old, and still so much to learn. OK, I'll leave it at...
I'm not entirely sure that my problem is the same as the one discussed in this issue, but I have been getting java.lang.NoClassDefFoundError: java.sql.SQLException everytime I have run any kscript...
Voting for this. :-)
I seem to be having the same problem: `Could not resolve classpath using Gradle: ClassLoader.getSystemResourceAsStream(scriptName) must not be null`. This happens as soon as I try to use an external...