Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The type grails.testing.gorm.DomainUnitTest$Trait$FieldHelper$1 cannot be resolved. It is indirectly referenced from required .class files #31

Open
kszymko opened this issue Mar 19, 2018 · 0 comments

Comments

@kszymko
Copy link

kszymko commented Mar 19, 2018

Eclipse 4.7.2
Gradle 4.6 (testCompile 'org.grails:grails-gorm-testing-support:1.1.4')

import grails.testing.gorm.DomainUnitTest
import spock.lang.Specification
import spock.lang.Unroll

class DomainSpec extends Specification implements DomainUnitTest<Domain> {

In-eclipse > Project > Clean (start a build immediately) gives error:
The type grails.testing.gorm.DomainUnitTest$Trait$FieldHelper$1 cannot be resolved. It is indirectly referenced from required .class files

I have checked internals of referenced grails-gorm-testing-support-1.1.4.jar

  • it does not contain grails.testing.gorm.DomainUnitTest$Trait$FieldHelper$1.class

Is it an IDE related issue? If so, any tips on how to get rid of it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant