• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kp-forks / grobid / 24453985829
39%

Build:
DEFAULT BRANCH: master
Ran 15 Apr 2026 12:32PM UTC
Jobs 4
Files 321
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 Apr 2026 05:15AM UTC coverage: 38.313%. Remained the same
24453985829

push

github

web-flow
Fix ./gradlew install (#1427)

Running ./gradlew install (or any task that triggers publishToMavenLocal) on Gradle 9.0.0 fails with:

Execution failed for task ':grobid-trainer:generatePomFileForMavenJavaPublication'.
> NoSuchMethodError: 'org.gradle.api.Project org.gradle.api.artifacts.ProjectDependency.getDependencyProject()'
at org.gradle.api.publish.maven.internal.tasks.MavenPomFileGenerator$MavenPomSpec.writeTo

  Root cause

Gradle deprecated ProjectDependency.getDependencyProject() in 8.11 and removed it in 9.0. The Kotlin Gradle Plugin 2.0.21 still calls this removed API when hooking into maven-publish to contribute Kotlin-specific metadata to generated POMs. The crash only surfaces for subprojects that depend on other subprojects via project(":...") (e.g. grobid-trainer → grobid-core), because that is the code path that resolves the now-missing method.

Upstream issue: KT-77843 — KGP fails with Gradle 9 on ProjectDependency.getDependencyProject().

8232 of 23987 branches covered (34.32%)

Branch coverage included in aggregate %.

17402 of 42920 relevant lines covered (40.55%)

6.63 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24453985829.1 15 Apr 2026 12:32PM UTC 321
38.31
GitHub Action Run
2 24453985829.2 15 Apr 2026 02:13PM UTC 321
38.31
GitHub Action Run
3 24453985829.3 16 Apr 2026 12:07PM UTC 321
38.31
GitHub Action Run
4 24453985829.4 16 Apr 2026 12:18PM UTC 321
38.31
GitHub Action Run
Source Files on build 24453985829
  • Tree
  • List 321
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #24453985829
  • 4b931cee on github
  • Prev Build on master (#24398415457)
  • Next Build on master (#24584845734)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc