https://github.com/gahojin/refresh-versions-plugin
Gradleのバージョンカタログの更新を手助けするプラグイン
https://github.com/gahojin/refresh-versions-plugin
gradle plugin version-checker
Last synced: 4 months ago
JSON representation
Gradleのバージョンカタログの更新を手助けするプラグイン
- Host: GitHub
- URL: https://github.com/gahojin/refresh-versions-plugin
- Owner: gahojin
- License: apache-2.0
- Created: 2025-03-18T06:35:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-25T08:40:56.000Z (over 1 year ago)
- Last Synced: 2025-03-25T09:39:10.804Z (over 1 year ago)
- Topics: gradle, plugin, version-checker
- Language: Kotlin
- Homepage:
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gradleバージョン更新プラグイン
[](https://github.com/gahojin/refresh-versions-plugin/actions/workflows/build.yml)
[](https://central.sonatype.com/artifact/jp.co.gahojin.refreshVersions/jp.co.gahojin.refreshVersions.gradle.plugin)
[](LICENSE)
## Setup
```groovy
// settings.gradle(.kts)
plugins {
id("jp.co.gahojin.refreshVersions") version "0.8.0"
}
```
## Usage
Currently, Gradle 8.2 or later is supported.
### Find available updates in versions catalog
```shell
./gradlew refreshVersions
```
### Cleanup versions availability comments
```shell
./gradlew refreshVersionsCleanup
```
## License
```
Copyright 2025, GAHOJIN, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```