Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
Add Foojay plugin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 9, 2024
1 parent 71b3228 commit 654bfc3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.3.7] - 2024-07-09
- Add Foojay plugin dependency.


## [0.3.6] - 2024-07-09
- Add Develocity and Foojay plugins.

Expand Down Expand Up @@ -83,7 +87,8 @@ All notable changes to this project will be documented in this file.
- Initial release.


[Unreleased]: https://github.com/metaborg/spoofax3-depman/compare/release-0.3.6...HEAD
[Unreleased]: https://github.com/metaborg/spoofax3-depman/compare/release-0.3.7...HEAD
[0.3.7]: https://github.com/metaborg/spoofax3-depman/compare/release-0.3.6...release-0.3.7
[0.3.6]: https://github.com/metaborg/spoofax3-depman/compare/release-0.3.5...release-0.3.6
[0.3.5]: https://github.com/metaborg/spoofax3-depman/compare/release-0.3.4...release-0.3.5
[0.3.4]: https://github.com/metaborg/spoofax3-depman/compare/release-0.3.3...release-0.3.4
Expand Down
4 changes: 4 additions & 0 deletions example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ dependencies {
implementation(libs.maven.resolver.provider)
implementation(libs.bnd.gradle)

// Gradle
implementation(libs.gradle.develocityPlugin)
implementation(libs.gradle.foojayPlugin)

// Logging
implementation(libs.slf4j.simple)
implementation(libs.slf4j.api)
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ bnd-gradle = { module = "biz.aQute.bnd:biz.aQute.bnd.gradle

# Gradle
gradle-develocityPlugin = { module = "com.gradle:develocity-gradle-plugin", version.ref = "develocity" }
gradle-foojayPlugin = { module = "org.gradle.toolchains:foojay-resolver", version.ref = "foojay" }

# Logging
slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }
Expand Down

0 comments on commit 654bfc3

Please sign in to comment.