[
https://issues.apache.org/jira/browse/GROOVY-7614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul King closed GROOVY-7614.
-----------------------------
> BUG! exception in phase 'semantic analysis' in source unit
> ----------------------------------------------------------
>
> Key: GROOVY-7614
> URL: https://issues.apache.org/jira/browse/GROOVY-7614
> Project: Groovy
> Issue Type: Bug
> Affects Versions: 2.4.5
> Reporter: R. Tyler Croy
> Assignee: John Wagenleitner
>
> I'm unable to compile the following code:
> {code}
> import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowCopyAction
> class Main extends ShadowCopyAction {
> }
> {code}
> Built with the following {{build.gradle}} for what it's worth:
> {code}
> apply plugin: 'groovy'
> repositories { jcenter() }
> dependencies {
> compile 'org.codehaus.groovy:groovy:2.4.5'
> compile gradleApi()
> compile 'com.github.jengelman.gradle.plugins:shadow:[1.2.2,2.0)'
> }
> {code}
> The source code for this can be found [in this
> repository|https://github.com/rtyler/groovy-7614-reproduction] and can be
> compiled just by invoking {{./gradlew}}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)