timrs2998 / pdf-builder

PDF builder written in Kotlin with a statically typed DSL
https://timrs2998.github.io/pdf-builder/
GNU General Public License v3.0
57 stars 16 forks source link

Maven artifact v2.1.0 #38

Open slaha opened 3 weeks ago

slaha commented 3 weeks ago

Hi,

it seems like the new version 2.1.0 has not been released to jitpack: https://jitpack.io/com/github/timrs2998/pdf-builder/v2.1.0/build.log

I want to use the new font feature (because of czech characters) but I am not able to download it. Version 2.0.0 works correctly (except the czech chars).

timrs2998 commented 3 weeks ago

Sorry, the readme is out-of-date. The project isn't published to jitpack anymore Can you pull from GitHub Packages instead?

repositories {
    maven {
        url = uri("https://maven.pkg.github.com/timrs2998/pdf-builder")
    }
}

dependencies {
  ..
}

https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry#using-a-published-package