Skip to content

Commit

Permalink
Add workaround for compiling with recent java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aazhar committed Apr 12, 2019
1 parent b33428f commit f8322f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/Troubleshooting.md
Expand Up @@ -35,3 +35,10 @@ Updating the `distributionUrl` in `gradle/wrapper/gradle-wrapper.properties` to
```
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip
```

### Using recent Java version (default version using ubuntu 18 for instance)

Using recent java version leads to some errors, and these are the workarounds :
- Update jacoco version to `0.8.2` under `build.gradle`.
- Add dependecy for missing package `compile "javax.activation:activation:1.1.1"` under `grobid-service` module in `build.gradle`
- Update powermock version to `2.0.0-beta.5`

0 comments on commit f8322f3

Please sign in to comment.