-
Unlike the Android plugin, the Java gradle plugin doesn't seem to provide a way to configure a directory as a generated source directory so that it gets picked up by the IDE as source, and have it gen…
-
```
In Ivy we create 3 configurations meant to follow maven dependancy scope
(compile, provided, test). Then when we specify a dependency we mark which
configuration it is part of. Intellij li…
-
My project is using Maven to handle dependencies. One of the dependencies contains a bunch of useful proto files containing common message types.
When I reference those message types in my main proje…
-
```
In Ivy we create 3 configurations meant to follow maven dependancy scope
(compile, provided, test). Then when we specify a dependency we mark which
configuration it is part of. Intellij li…
-
Hello, I got this error when executing the compile task on the sbt bundled on intellij idea, windows:
```protoc-jar: embedded: bin/3.11.4/protoc-3.11.4-windows-x86_64.exe
protoc-jar: executing: [C…
-
### Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue](ht…
-
Hi, I'd like to use an .editorconfig file with the same configuration of intellij-java-google-style.xml
I'd like to know if this .editorconfig configured with this style already exist, or if not, c…
-
Hello. I'm trying to use the griddle plugin to generate the default Java classes that you normally get from Thrift (ie. without Scrooge). To do this I configured my build.gradle file like so:
```
bui…
-
#### Change:
[--incompatible_disable_starlark_host_transitions](https://github.com/bazelbuild/bazel/blob/27f0f0f947a6f066b752f0212a19780706005c4e/src/main/java/com/google/devtools/build/lib/package…
-
## steps
1. Create a project that references an external `RootProject`:
```scala
name := "intellij-scala-plugin-bug"
version := "0.1"
scalaVersion := "2.13.3"
Global / scalaVersion := "2.1…