skrapeit / skrape.it

A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. It aims to be a testing lib, but can also be used to scrape websites in a convenient fashion.
https://docs.skrape.it
MIT License
813 stars 59 forks source link

[IMPROVEMENT] publish snapshots to jitpack #63

Closed skrapeit closed 4 years ago

skrapeit commented 4 years ago

We want to publish all commits to the master that have passed the CI build to jitpack. Thereby we are able to early test integration of potential release candidates and providing bleeding edge features to users.

Regular / stable releases will still go to mavens central repository

christian-draeger commented 4 years ago

done

cvb941 commented 4 years ago

@christian-draeger JitPack builds seem to be broken now.. https://jitpack.io/com/github/skrapeit/skrape.it/master-be56c07aad-1/build.log

christian-draeger commented 4 years ago

hey :) it's fixed now. jitpack relies on the gradle install task which is added by the maven publish plugin but the plugin wasn't applied and jitpack just errored when trying to create the jar due executing gradle install.

again thx a lot for your hints, this is extremely helpful :)

we are close to finish last tasks for milestone 1.0.0 so final release of 1.0.0 is coming soon 💯