Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Gradle 6.8.3 and various minor fixes #724

Merged
merged 3 commits into from
Apr 23, 2021

Conversation

amottier
Copy link
Contributor

This is an attempt to update to more recent version of Gradle to be able to use Java 11 to run Gradle.

  • Upgrade Gradle wrapper from version 3.3 to version 6.8.3. Not possible to upgrade to version 7.0 due to incompatible plugin (see compatibility with gradle 7.0 / deprecation warnings within gradle 6.x aim42/htmlSanityCheck#282 should be fixed in htmlSanityCheck plugin version 1.1.4).
  • Keep only Xalan as build script dependency.
  • Include plugins using the plugins block instead of apply approach.
  • Added baseDirFollowsSourceFile() to asciidoctor configuration to fix issue relate to include directive with the new plugin version.
  • Update asciidoctorj to latest version.
  • Bump plugins to latest versions.
  • Removed unused repository.
  • Fix links in reference.adoc to "Customize the service section" (was missing path to the HTML file).
  • Fix link (invalid character) in ProActiveAdminGuide.adoc.
  • Fix links (avoid HTTP -> HTTPS redirection) and update URL for PyTorch torchvision documentation in PMLUserGuide.adoc.
  • Use maven-publish plugin instead of maven (can probably be removed).
  • IMPORTANT: replaced in PMLUserGuide.adoc https://s3.eu-west-2.amazonaws.com/activeeon-public/datasets/pascal_coco.zip by https://s3.eu-west-2.amazonaws.com/activeeon-public/datasets/ as pascal_coco.zip seems to be missing.

- Upgrade Gradle wrapper from version 3.3 to version 6.8.3. Not possible to upgrade to version 7.0 due to incompatible plugin (see aim42/htmlSanityCheck#282 should be fixed in htmlSanityCheck plugin version 1.1.4).
- Keep only Xalan as build script dependency.
- Include plugins using the `plugins` block instead of `apply` approach.
- Added `baseDirFollowsSourceFile()` to asciidoctor configuration to fix issue relate to `include` directive with the new plugin version.
- Update `asciidoctorj` to latest version.
- Bump plugins to latest versions.
- Removed unused repository.
- Fix links in `reference.adoc` to "Customize the service section" (was missing path to the HTML file).
- Fix link (invalid character) in `ProActiveAdminGuide.adoc`.
- Fix links (avoid HTTP -> HTTPS redirection) and update URL for PyTorch torchvision documentation in `PMLUserGuide.adoc`.
- Use `maven-publish` plugin instead of `maven` (can probably be removed).
- IMPORTANT: replaced in `PMLUserGuide.adoc` https://s3.eu-west-2.amazonaws.com/activeeon-public/datasets/pascal_coco.zip by https://s3.eu-west-2.amazonaws.com/activeeon-public/datasets/ as `pascal_coco.zip` seems to be missing.
@activeeon-bot
Copy link

Can one of the admins verify this patch?

@fviale
Copy link
Member

fviale commented Apr 22, 2021

Retest this please

Copy link
Member

@fviale fviale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@mboussaa mboussaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fviale
Copy link
Member

fviale commented Apr 22, 2021

@amottier unfortunately, the change has been applied on the master by another developper, can you fix the conflict ?

@amottier
Copy link
Contributor Author

could you please change https://s3.eu-west-2.amazonaws.com/activeeon-public/datasets/pascal_coco.zip by https://s3.eu-west-2.amazonaws.com/activeeon-public/datasets/coco.zip

@mboussaa I fix the link as requested but it seems it was also already update as part of bb780cb

@fviale
Copy link
Member

fviale commented Apr 22, 2021

@amottier yes, a lack of communication in our team, sorry for the inconvenience !

Fix the link to download COCO dataset.
@amottier
Copy link
Contributor Author

@amottier yes, a lack of communication in our team, sorry for the inconvenience !

No worries and on my side I didn't properly fix the link on my first commit so I just amend it.

@fviale
Copy link
Member

fviale commented Apr 22, 2021

Retest this please

@fviale fviale merged commit 1ee38af into ow2-proactive:master Apr 23, 2021
mklkun added a commit that referenced this pull request Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants