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
789 stars 57 forks source link

Fix publishing browser-fetcher and html-parser artifacts #204

Closed marceligrabowski closed 1 year ago

marceligrabowski commented 1 year ago

Just a small fix regarding publishing all artifacts. I noticed while using snapshot release that build is failing with:

Cause 1: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find it.skrape:browser-fetcher:0-SNAPSHOT. Required by: project : > it.skrape:skrapeit:0-SNAPSHOT:20220912.093852-56 Cause 2: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find it.skrape:html-parser:0-SNAPSHOT. Required by: project : > it.skrape:skrapeit:0-SNAPSHOT:20220912.093852-56 project : > it.skrape:skrapeit:0-SNAPSHOT:20220912.093852-56 > it.skrape:assertions:0-SNAPSHOT:20220912.093852-4

publish-jvm plugin was missing in build.gradle.kts for browser-fetcher and html-parser

CC: @christian-draeger

codecov[bot] commented 1 year ago

Codecov Report

Merging #204 (c32f9d8) into master (bab4699) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #204   +/-   ##
=======================================
  Coverage   83.16%   83.16%           
=======================================
  Files          39       39           
  Lines        1140     1140           
  Branches      173      173           
=======================================
  Hits          948      948           
  Misses        131      131           
  Partials       61       61           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.