Skip to content

Commit

Permalink
Merge pull request #187 from xenit-eu/ALFREDAPI-532/javadoc
Browse files Browse the repository at this point in the history
ALFREDAPI-532: Fix :apix-interface:javadoc
  • Loading branch information
WimCrols authored Dec 4, 2023
2 parents dca4f42 + b1e534e commit fc92d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ This release also drop* support for Alfresco 6.2 and adds support for 7.4.
### Changed

### Fixed
* [ALFREDAPI-531](https://xenitsupport.jira.com/browse/ALFREDAPI-531): Fix facet qname splitting for dates
* [ALFREDAPI-520](https://xenitsupport.jira.com/browse/ALFREDAPI-520): Enforce encoding on bulk json responses to guarantee clean text
* [ALFREDAPI-531](https://xenitsupport.jira.com/browse/ALFREDAPI-531): Fix facet qname splitting for dates
* [ALFREDAPI-532](https://xenitsupport.jira.com/browse/ALFREDAPI-532): Fix :apix-interface:javadoc

### Removed
* [ALFREDAPI-504](https://xenitsupport.jira.com/browse/ALFREDAPI-504): Drop Dynamic Extensions in favor of Alfresco MVC
Expand Down
2 changes: 0 additions & 2 deletions apix-interface/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ task sourcesJar(type: Jar) {
task javadocJar(type: Jar) {
from javadoc
archiveClassifier = 'javadoc'
// Temporary workaround for https://bugs.openjdk.java.net/browse/JDK-8244171
javadoc.options.addBooleanOption("-no-module-directories", true)
}

publishing {
Expand Down

0 comments on commit fc92d48

Please sign in to comment.