Skip to content

Commit

Permalink
Fix javadoc generation errors on Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
tgianos committed Jan 28, 2022
1 parent 127580a commit d8c25ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions genie-agent/build.gradle
Expand Up @@ -76,9 +76,7 @@ jar {
}

javadoc {
// Lombok problems with no fix in sight
// https://stackoverflow.com/questions/59062830/unable-to-generate-javadoc-on-lombok-setters-getters-with-onmethod-attribute
failOnError false
exclude "**/**/ExecutionContext*"
}

processResources {
Expand Down
Expand Up @@ -43,7 +43,7 @@ public interface JobResolverService {
* details are determined they are persisted and the job is marked as {@link JobStatus#RESOLVED}.
*
* @param id The id of the job to resolve. The job must exist and its status must return {@literal true} from
* {@link JobStatus#isResolvable()}
* {@link JobStatus}{@literal #isResolvable()}
* @return A {@link ResolvedJob} instance containing all the concrete information needed to execute the job
* @throws GenieJobResolutionException When the job cannot resolved due to unsatisfiable constraints
* @throws GenieJobResolutionRuntimeException When the job fails to resolve due to a runtime error.
Expand Down

0 comments on commit d8c25ab

Please sign in to comment.