[
https://issues.apache.org/jira/browse/BEAM-5297?focusedWorklogId=157065&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-157065
]
ASF GitHub Bot logged work on BEAM-5297:
----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Oct/18 19:29
Start Date: 22/Oct/18 19:29
Worklog Time Spent: 10m
Work Description: swegner closed pull request #6329: [BEAM-5297] Add
propdeps-idea plugin.
URL: https://github.com/apache/beam/pull/6329
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git
a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index c861588e1e3..aee4e48f8cd 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -482,6 +482,7 @@ class BeamModulePlugin implements Plugin<Project> {
// * net.ltgt.apt (plugin to configure annotation processing tool)
// * propdeps (provide optional and provided dependency configurations)
// * propdeps-maven
+ // * propdeps-idea
// * checkstyle
// * findbugs
// * shadow
@@ -633,6 +634,7 @@ class BeamModulePlugin implements Plugin<Project> {
// with the correct dependency scopes configured.
project.apply plugin: 'propdeps'
project.apply plugin: 'propdeps-maven'
+ project.apply plugin: 'propdeps-idea'
// Configures a checkstyle plugin enforcing a set of rules and also
allows for a set of
// suppressions.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 157065)
Time Spent: 1h 40m (was: 1.5h)
> Support for provided configuration in Intellij Idea
> ---------------------------------------------------
>
> Key: BEAM-5297
> URL: https://issues.apache.org/jira/browse/BEAM-5297
> Project: Beam
> Issue Type: Bug
> Components: build-system
> Reporter: David Moravek
> Assignee: David Moravek
> Priority: Minor
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> Intellij Idea (2018.2.1) does not pick up provided dependencies.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)