Skip to content

Dependent Module Jars Are Not Added When Debugging With IDEA #5038

@opticyclic

Description

@opticyclic

The temporary directory that is created for debugging does not contain all of the dependencies from the build.gradle in the lib sub-directory.

In my build file I have:

dependencies {
  compile 'com.microsoft.azure.functions:azure-functions-java-library:1.4.2'    
  compile project(":model")
  compile "org.apache.camel:camel-core:$camel_version"

That project dependency is not included when debugging but it is included when building with gradle.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions