Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rynkowsg/gradle-versions-plugin-i906
https://github.com/rynkowsg/gradle-versions-plugin-i906
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/rynkowsg/gradle-versions-plugin-i906
- Owner: rynkowsg
- Created: 2024-09-17T21:38:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T07:03:18.000Z (4 months ago)
- Last Synced: 2025-01-17T04:47:42.854Z (9 days ago)
- Language: Kotlin
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gradle-versions-plugin-i906
## About
It is a sample repo demonstrating an [issue #906][issue-906] reported in [gradle-versions-plugin].
## To reproduce
```bash
./gradlew dependencyUpdates
```In result you would see:
```text
The following dependencies have later milestone versions:
- com.google.guava:guava [33.3.0-android -> 33.3.0-jre]
https://github.com/google/guava
```Tested with Gradle 8.10.1, Java Temurin 17.0.12+7 and gradle-versions-plugin 0.51.0.
[issue-906]: https://github.com/ben-manes/gradle-versions-plugin/issues/906
[gradle-versions-plugin]: https://github.com/ben-manes/gradle-versions-plugin