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

How to specify custom plantuml version? #5

Open
kkocel opened this issue May 12, 2023 · 0 comments
Open

How to specify custom plantuml version? #5

kkocel opened this issue May 12, 2023 · 0 comments

Comments

@kkocel
Copy link

kkocel commented May 12, 2023

I would like to specify/override plant uml version. I tried:

plugins {
    id("io.github.redgreencoding.plantuml") version "0.2.0" apply false
}

buildscript {
    dependencies {
        classpath("io.github.redgreencoding:io.github.redgreencoding.plantuml:0.2.0") {
            exclude("net.sourceforge.plantuml", "plantuml")
        }
        classpath("net.sourceforge.plantuml:plantuml:1.2023.6")
    }
}

apply(plugin = "io.github.redgreencoding.plantuml")

plantuml {
///...

but I get:

> Could not resolve all files for configuration ':classpath'.
   > Could not find io.github.redgreencoding:io.github.redgreencoding.plantuml:0.2.0.
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

1 participant