You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "R. Tyler Croy (JIRA)" <ji...@apache.org> on 2015/09/30 22:54:04 UTC

[jira] [Created] (GROOVY-7614) BUG! exception in phase 'semantic analysis' in source unit

R. Tyler Croy created GROOVY-7614:
-------------------------------------

             Summary: 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


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.4#6332)