Skip to content

Commit

Permalink
Upgrade toolchain plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
baron1405 committed Mar 16, 2024
1 parent 1eb9e2f commit 6f69b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Changed JSR-305 dependency from `implementation` to `api`
- Upgraded `org.gradle.toolchains.foojay-resolver-convention`

## [2.0.1] - 2023-12-23

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rootProject.name = "xmlwriter"

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version ("0.4.0")
id("org.gradle.toolchains.foojay-resolver-convention") version ("0.8.0")
}

0 comments on commit 6f69b98

Please sign in to comment.