Skip to content

Commit

Permalink
feat: enable sources jar
Browse files Browse the repository at this point in the history
Fixes #191
  • Loading branch information
raoulvdberge committed Jan 28, 2025
1 parent 27159c6 commit 452fee0
Show file tree
Hide file tree
Showing 2 changed files with 5 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]

### Added

- Sources JAR is now created and published.

### Changed

- Updated dependencies.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ java {
toolchain {
languageVersion = JavaLanguageVersion.of(javaVersion)
}
withSourcesJar()
}

dependencies {
Expand Down

0 comments on commit 452fee0

Please sign in to comment.