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

grobidOrg / grobid / 24437710795
39%

Build:
DEFAULT BRANCH: master
Ran 15 Apr 2026 05:27AM 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
24437710795

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 24437710795.1 15 Apr 2026 05:27AM UTC 321
38.31
GitHub Action Run
2 24437710795.2 15 Apr 2026 05:28AM UTC 321
38.31
GitHub Action Run
3 24437710795.3 15 Apr 2026 05:34AM UTC 321
38.31
GitHub Action Run
4 24437710795.4 15 Apr 2026 05:45AM UTC 321
38.31
GitHub Action Run
Source Files on build 24437710795
  • 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 #24437710795
  • 4b931cee on github
  • Prev Build on master (#24387755693)
  • Next Build on master (#24564829647)
  • 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