Skip to content

Add support for Gradle 3.x #33

@timpatt

Description

@timpatt

The plugin fails to load into Gradle 3.x with an error:

Unable to load class us.kirchmeier.capsule.task.FatCapsule due to missing dependency org/gradle/api/internal/DynamicObject

According to this post, Gradle 3 introduced a binary incompatibility that has affected some plugins - "the class DynamicObject has been moved to the package org.gradle.internal.metaobject with Gradle 3.0.". The solution suggested on the post is to simply rebuild and republish the plugin built with Gradle 3.x...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions