Skip to content

Commit

Permalink
Fix missing javadoc resources
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Aug 28, 2024
1 parent 9df1ea0 commit 4308971
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed

- Fix missing javadoc resources

## [0.9.0] - 2024-08-28

This release adds a release command that greatly improves the use of heylogs in automations.
Expand Down
6 changes: 6 additions & 0 deletions heylogs-ext-github/src/main/javadoc/EmptyJavaDoc.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
* Workaround for JavaDoc issues with Lombok.
*/
public class EmptyJavaDoc {

}
6 changes: 6 additions & 0 deletions heylogs-ext-json/src/main/javadoc/EmptyJavaDoc.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
* Workaround for JavaDoc issues with Lombok.
*/
public class EmptyJavaDoc {

}
6 changes: 6 additions & 0 deletions heylogs-ext-semver/src/main/javadoc/EmptyJavaDoc.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
* Workaround for JavaDoc issues with Lombok.
*/
public class EmptyJavaDoc {

}

0 comments on commit 4308971

Please sign in to comment.