Skip to content
  • Christian Meyer's avatar
    projects can set properties that allow deploying / publishing on public server · a7dd3cf8
    Christian Meyer authored
    build.gradle
        changed dependency of gradle-ssh-plugin to 2
    added DeployDochost.groovy
        task that contains deploy workings
            formerly in ZmtJavadocPlugin, ZmtDeployPlugin
        contains determineCredentials formerly in ZmtDochostPlugin
    ZmtDochostPlugin.groovy
        added properties deployPublic, publishPublic
            to allow deploying / publishing to public dochost
        added property sshDryRun
        moved determineCredentials workings to DeployDochost
        no longer allows any hosts in ssh
        creates remote for public dochost
    ZmtDeployPlugin, ZmtJavadocPlugin.groovy
        uses DeployDochost task
        deploys to public dochost if deployPublic property is set
    ZmtPublishPlugin.groovy
        deploys to public dochost if publishPublic property is set
    ZmtLibraryPlugin, ZmtSimulationPlugin.groovy
        moved applying ZmtJavadocPlugin after ZmtDochostPlugin
    a7dd3cf8