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

kp-forks / grobid / 24453985829 / 3
39%
master: 39%

Build:
DEFAULT BRANCH: master
Ran 16 Apr 2026 12:07PM UTC
Files 321
Run time 17s
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.308% (-0.003%) from 38.311%
24453985829.3

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().

8231 of 23987 branches covered (34.31%)

Branch coverage included in aggregate %.

17400 of 42920 relevant lines covered (40.54%)

1.66 hits per line

Source Files on job 24453985829.3
  • Tree
  • List 321
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 24453985829
  • 4b931cee on github
  • Prev Job for on master (#24398415457.3)
  • Next Job for on master (#24584845734.3)
  • 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