https://github.com/autonomousapps/gradle-script-grammar
Parses Gradle build scripts (Groovy and Kotlin DSL)
https://github.com/autonomousapps/gradle-script-grammar
Last synced: 3 months ago
JSON representation
Parses Gradle build scripts (Groovy and Kotlin DSL)
- Host: GitHub
- URL: https://github.com/autonomousapps/gradle-script-grammar
- Owner: autonomousapps
- License: apache-2.0
- Created: 2023-08-04T18:58:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T19:02:20.000Z (about 1 year ago)
- Last Synced: 2025-01-31T13:21:52.246Z (11 months ago)
- Language: Groovy
- Size: 143 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Gradle Build Script Grammar
This library can parse Gradle build scripts, written in either Groovy or Kotlin (`build.gradle` and `build.gradle.kts`).
This library is forked from https://github.com/square/gradle-dependencies-sorter, and is intended to ultimately replace
its `:grammar` subproject.