-
Notifications
You must be signed in to change notification settings - Fork 40
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
Conversation
- 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.
Can one of the admins verify this patch? |
Retest this please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@amottier unfortunately, the change has been applied on the master by another developper, can you fix the conflict ? |
@mboussaa I fix the link as requested but it seems it was also already update as part of bb780cb |
@amottier yes, a lack of communication in our team, sorry for the inconvenience ! |
Fix the link to download COCO dataset.
411ce71
to
2fd16f4
Compare
No worries and on my side I didn't properly fix the link on my first commit so I just amend it. |
Retest this please |
This is an attempt to update to more recent version of Gradle to be able to use Java 11 to run Gradle.
plugins
block instead ofapply
approach.baseDirFollowsSourceFile()
to asciidoctor configuration to fix issue relate toinclude
directive with the new plugin version.asciidoctorj
to latest version.reference.adoc
to "Customize the service section" (was missing path to the HTML file).ProActiveAdminGuide.adoc
.PMLUserGuide.adoc
.maven-publish
plugin instead ofmaven
(can probably be removed).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/ aspascal_coco.zip
seems to be missing.