An open API service indexing awesome lists of open source software.

https://github.com/block/gradle-catalog-editor

A kotlin library for parsing, editing, and serializing Gradle version catalogs
https://github.com/block/gradle-catalog-editor

Last synced: 19 days ago
JSON representation

A kotlin library for parsing, editing, and serializing Gradle version catalogs

Awesome Lists containing this project

README

          

# gradle-catalog-editor README

## Introduction

This project provides a utility for parsing, editing, and serializing Gradle version catalog files.
Traditionally these live in `gradle/libs.versions.toml` of a Gradle build, and use TOML syntax.

## Project Resources

| Resource | Description |
| ------------------------------------------ | ------------------------------------------------------------------------------ |
| [CODEOWNERS](./CODEOWNERS) | Outlines the project lead(s) |
| [GOVERNANCE.md](./GOVERNANCE.md) | Project governance |
| [LICENSE](./LICENSE) | Apache License, Version 2.0 |