Skip to content

bakeInit gradle task is downloading to the temp folder but not getting copied to the src folder in Windows #65

@fazeem84

Description

@fazeem84

The build is not executed without adding without adding commons-configuration, so added this dependency in build script configuration
to execute it successfully.

buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath  'commons-configuration:commons-configuration:1.10'
    }
}

plugins {
    id 'org.jbake.site' version '5.5.0'
}
bakeInit {
    template = 'freemarker'
}



and build executed without any failure, but the template are not getting generated in the JBake folder

image

but it seems template's are downloaded and extracted in temp folder

image

so issue seems to be in init.groovy

image

`

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