Skip to content

Commit

Permalink
chore: Stop publishing geary-catalog because gradle never invalidates…
Browse files Browse the repository at this point in the history
… local cache on it leading to confusing issues

Publish version catalog entries in README instead
  • Loading branch information
0ffz committed Jul 26, 2024
1 parent b0c4850 commit 96951e1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 24 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,21 @@ dependencies {
}
```

### Version catalog entries

```toml
[versions]
geary = "x.y.z"

[libraries]
geary-core = { module = "com.mineinabyss:geary-autoscan", version.ref = "geary" }
geary-actions = { module = "com.mineinabyss:geary-actions", version.ref = "geary" }
geary-autoscan = { module = "com.mineinabyss:geary-autoscan", version.ref = "geary" }
geary-prefabs = { module = "com.mineinabyss:geary-prefabs", version.ref = "geary" }
geary-serialization = { module = "com.mineinabyss:geary-serialization", version.ref = "geary" }
geary-uuid = { module = "com.mineinabyss:geary-uuid", version.ref = "geary" }
```

## Roadmap

As the project matures, our primary goal is to make it useful to more people. Here are a handful of features we hope to achieve:
Expand Down
23 changes: 0 additions & 23 deletions geary-catalog/build.gradle.kts

This file was deleted.

1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ dependencyResolutionManagement {
include(
"geary-benchmarks",
"geary-core",
"geary-catalog",
)

// Go through addons directory and load all projects based on file name
Expand Down

0 comments on commit 96951e1

Please sign in to comment.