-
Multiple byte-buddy gradle tasks annotate an input property as classpath but the input is not actually used as the classpath for execution.
I tried to load some classes in my custom plugin, expecti…
-
https://github.com/com-lihaoyi/mill/blob/80f2a88e3ee5e0f92332791585ab52ffb69d8d8f/contrib/bloop/src/mill/contrib/bloop/BloopImpl.scala#L215-L219
This doesn't contain the `unmanagedClasspath` jars o…
-
I don't understand why #144 is a thing.
Any running plugin already has access to the classpath. How else would maven-dependency-plugin generate that value?
The code isn't complex at all, most o…
-
I know there are all kinds of `DocumentLoader`s and `DocumentSource`s, but is there an easy way to point to a reference to the classpath?
I know I could probably build a `URL` object that represent…
-
Hi!
We're trialing this plugin as a viable alternative to the LSP. It works fine with Gradle builds, but I don't see any errors that I'd expect to see from validators.
Is there a plan to support…
-
im having this problem and i dont know why its happening
> Task :app:kspDebugKotlin FAILED
e: [ksp] No providers found in processor classpath.
e: Error occurred in KSP, check log for detail
FAILURE:…
-
I know nothing about java, what is the "classpath" mentioned in installation?
-
The `SchemaAssistant` tracks all the jars that the generated code will need on the classpath, including the classes for all logical types. However, it neglects to track the classes that represent logi…
-
I'm working on a large multi-module project. When building with `mvnd`, with certain modules, I consistently encounter fatal errors in the `io.quarkus:quarkus-maven-plugin` of the form:
```
[ERRO…
-
I'm trying to make the plugin configuration shareable among developers and store it in git:
```xml
…