Skip to content
This repository was archived by the owner on Aug 16, 2019. It is now read-only.

Specify The Gradle Distribution Type #134

@opticyclic

Description

@opticyclic

(Again, applies to all your sample projects)

You have all in your gradle wrapper properties

distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip

However, the default is bin so unless you specify the distribution type in the build.gradle, gradle will keep reverting to bin, especially when IDEA has auto-import on.

wrapper {
    distributionType = Wrapper.DistributionType.ALL
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions