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

Plugin fails on Gradle 3.0 #16

Closed
RaySinnema opened this issue Aug 22, 2016 · 3 comments
Closed

Plugin fails on Gradle 3.0 #16

RaySinnema opened this issue Aug 22, 2016 · 3 comments
Assignees

Comments

@RaySinnema
Copy link

* What went wrong:
A problem occurred configuring project '<redacted>'.
> Failed to notify project evaluation listener.
> org/gradle/api/internal/artifacts/ivyservice/ivyresolve/strategy/ResolverStrategy
* Exception is:
org.gradle.api.ProjectConfigurationException: A problem occurred configuring project '<redacted>'.
[...]
Caused by: java.lang.NoClassDefFoundError: org/gradle/api/internal/artifacts/ivyservice/ivyresolve/strategy/ResolverStrategy
  at com.github.jk1.tcdeps.processing.DependenciesRegexProcessor.getParser(DependenciesRegexProcessor.groovy:93)
  at com.github.jk1.tcdeps.processing.DependenciesRegexProcessor.readArtifactsSet(DependenciesRegexProcessor.groovy:86)
@jk1 jk1 self-assigned this Aug 22, 2016
@jonnyzzz
Copy link

+1 from me

Caused by: java.lang.NoClassDefFoundError: org/gradle/api/internal/artifacts/ivyservice/ivyresolve/strategy/ResolverStrategy
        at com.github.jk1.tcdeps.processing.DependenciesRegexProcessor.getParser(DependenciesRegexProcessor.groovy:93)
        at com.github.jk1.tcdeps.processing.DependenciesRegexProcessor.readArtifactsSet(DependenciesRegexProcessor.groovy:86)
        at com.github.jk1.tcdeps.processing.DependenciesRegexProcessor$_processDependencies_closure2.doCall(DependenciesRegexProcessor.groovy:41)
        at com.github.jk1.tcdeps.processing.DependenciesRegexProcessor.processDependencies(DependenciesRegexProcessor.groovy:33)
        at org.gradle.internal.metaobject.BeanDynamicObject$MetaClassAdapter.invokeMethod(BeanDynamicObject.java:382)
        at org.gradle.internal.metaobject.BeanDynamicObject.invokeMethod(BeanDynamicObject.java:170)
        at org.gradle.internal.metaobject.ConfigureDelegate.invokeMethod(ConfigureDelegate.java:80)
        at com.github.jk1.tcdeps.processing.DependenciesRegexProcessor$_process_closure7.doCall(DependenciesRegexProcessor.groovy:141)
        at org.gradle.api.internal.ClosureBackedAction.execute(ClosureBackedAction.java:70)
        at org.gradle.util.ConfigureUtil.configureTarget(ConfigureUtil.java:160)
        at org.gradle.util.ConfigureUtil.configure(ConfigureUtil.java:106)
        at org.gradle.util.ConfigureUtil$1.execute(ConfigureUtil.java:123)
        at org.gradle.api.internal.DefaultDomainObjectCollection.all(DefaultDomainObjectCollection.java:117)
        at org.gradle.api.internal.DefaultDomainObjectCollection.all(DefaultDomainObjectCollection.java:122)
        at org.gradle.api.DomainObjectCollection$all$0.call(Unknown Source)
        at com.github.jk1.tcdeps.processing.DependenciesRegexProcessor.process(DependenciesRegexProcessor.groovy:139)
        at com.github.jk1.tcdeps.processing.DependenciesRegexProcessor$process.call(Unknown Source)
        at com.github.jk1.tcdeps.TeamCityDependenciesPlugin$_apply_closure2.doCall(TeamCityDependenciesPlugin.groovy:44)
        at org.gradle.listener.ClosureBackedMethodInvocationDispatch.dispatch(ClosureBackedMethodInvocationDispatch.java:40)
        at org.gradle.listener.ClosureBackedMethodInvocationDispatch.dispatch(ClosureBackedMethodInvocationDispatch.java:25)
        at org.gradle.internal.event.AbstractBroadcastDispatch.dispatch(AbstractBroadcastDispatch.java:44)

jk1 added a commit that referenced this issue Aug 24, 2016
@jk1
Copy link
Owner

jk1 commented Aug 24, 2016

Fixed in 0.10

@jk1 jk1 closed this as completed Aug 24, 2016
@RaySinnema
Copy link
Author

I just verified that this indeed works. Thanks for the quick turnaround!

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

3 participants